Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. [video.yahoo] 12949340: Downloading webpage
  2. Traceback (most recent call last):
  3. File "../../youtube-dl", line 2663, in <module>
  4. retcode = fd.download(all_urls)
  5. File "../../youtube-dl", line 599, in download
  6. ie.extract(url)
  7. File "../../youtube-dl", line 841, in extract
  8. return self._real_extract(url)
  9. File "../../youtube-dl", line 1716, in _real_extract
  10. 'player_url': None,
  11. File "../../youtube-dl", line 566, in process_info
  12. success = self._do_download(filename, info_dict['url'].encode('utf-8'), info_dict.get('player_url', None))
  13. File "../../youtube-dl", line 660, in _do_download
  14. tmpfilename = self.temp_name(filename)
  15. File "../../youtube-dl", line 445, in temp_name
  16. (os.path.exists(filename) and not os.path.isfile(filename)):
  17. File "/usr/lib/python2.5/posixpath.py", line 171, in exists
  18. st = os.stat(path)
  19. UnicodeEncodeError: 'latin-1' codec can't encode character u'\u0131' in position 22: ordinal not in range(256)
  20. ^C
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement