Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when video is unavailable #3

Open
westscz opened this issue Aug 15, 2018 · 0 comments
Open

Error when video is unavailable #3

westscz opened this issue Aug 15, 2018 · 0 comments
Labels
major Major issue

Comments

@westscz
Copy link
Owner

westscz commented Aug 15, 2018

018-08-15 12:05:37,907 - Chrome - INFO - I found 28 urls
0%| | 0/28 [00:00<?, ?it/s]2018-08-15 12:05:39,855 - YouTube - DEBUG - This video is unavailable.

Traceback (most recent call last):
File "/home/jarek/.pyenv/versions/3.6.5/bin/llamedl", line 11, in
load_entry_point('LlameDL==0.1.0', 'console_scripts', 'llamedl')()
File "/home/jarek/.pyenv/versions/3.6.5/lib/python3.6/site-packages/llamedl/LLameDL.py", line 73, in main
llamedl.main()
File "/home/jarek/.pyenv/versions/3.6.5/lib/python3.6/site-packages/llamedl/LLameDL.py", line 39, in main
self.download_songs_from_list(url_list)
File "/home/jarek/.pyenv/versions/3.6.5/lib/python3.6/site-packages/llamedl/LLameDL.py", line 45, in download_songs_from_list
self.download_song(url)
File "/home/jarek/.pyenv/versions/3.6.5/lib/python3.6/site-packages/llamedl/LLameDL.py", line 49, in download_song
rc = self.youtube.download_mp3(url)
File "/home/jarek/.pyenv/versions/3.6.5/lib/python3.6/site-packages/llamedl/iyoutube.py", line 94, in download_mp3
filename = self.get_title()
File "/home/jarek/.pyenv/versions/3.6.5/lib/python3.6/site-packages/llamedl/iyoutube.py", line 55, in get_title
return create_filename(self.url_info.get("title"))
AttributeError: 'NoneType' object has no attribute 'get'

Video link: https://www.youtube.com/watch?v=ECWwpmP3spY

@westscz westscz added the major Major issue label Aug 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
major Major issue
Projects
None yet
Development

No branches or pull requests

1 participant