Er startet nun, es kommt aber trotzdem noch folgendes:
Warning (from warnings module):
File "F:\- Musik ( Soundtrack - Movies-Series-Games )\- unbearbeitet\- Khinsider\- - - Script\khinsider-mp3-downloader-master\downloader.py", line 34
soup = BeautifulSoup(urllib2.urlopen(url))
GuessedAtParserWarning: No parser was explicitly specified, so I'm using the best available HTML parser for this system ("html.parser"). This usually isn't a problem, but if you run this code on another system, or in a different virtual environment, it may use a different parser and behave differently.
The code that caused this warning is on line 34 of the file F:\- Musik ( Soundtrack - Movies-Series-Games )\- unbearbeitet\- Khinsider\- - - Script\khinsider-mp3-downloader-master\downloader.py. To get rid of this warning, pass the additional argument 'features="html.parser"' to the BeautifulSoup constructor.
[info] 13 links acquired
Warning (from warnings module):
File "F:\- Musik ( Soundtrack - Movies-Series-Games )\- unbearbeitet\- Khinsider\- - - Script\khinsider-mp3-downloader-master\downloader.py", line 62
link_soup = BeautifulSoup(urllib2.urlopen(href))
GuessedAtParserWarning: No parser was explicitly specified, so I'm using the best available HTML parser for this system ("html.parser"). This usually isn't a problem, but if you run this code on another system, or in a different virtual environment, it may use a different parser and behave differently.
The code that caused this warning is on line 62 of the file F:\- Musik ( Soundtrack - Movies-Series-Games )\- unbearbeitet\- Khinsider\- - - Script\khinsider-mp3-downloader-master\downloader.py. To get rid of this warning, pass the additional argument 'features="html.parser"' to the BeautifulSoup constructor.



THEMENSTARTER

Zitieren