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

youtube-dl is not working with Ubuntu 15.10 #8274

Closed
DerSennin opened this issue Jan 19, 2016 · 2 comments
Closed

youtube-dl is not working with Ubuntu 15.10 #8274

DerSennin opened this issue Jan 19, 2016 · 2 comments

Comments

@DerSennin
Copy link

@DerSennin DerSennin commented Jan 19, 2016

Hello,

i installt youtube-dl on my VM with Ubuntu 15.10. Unfortunately it is not working. I get this error:

XXX@XXX-VirtualBox:~$ youtube-dl https://www.viewster.com/serie/1289-19113-001/episode-1/
[Viewster] 1289-19113-001: Downloading webpage
[Viewster] 1289-19113-001: Downloading entry JSON
[Viewster] 1289-19113-001: Downloading application/f4m+xml JSON
[Viewster] 1289-19113-001: Downloading f4m manifest
[Viewster] 1289-19113-001: Downloading application/x-mpegURL JSON
[Viewster] 1289-19113-001: Downloading m3u8 information
[Viewster] 1289-19113-001: Downloading video/mp4 JSON
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/usr/local/bin/youtube-dl/main.py", line 19, in
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 410, in main
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 400, in _real_main
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1677, in download
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 665, in extract_info
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 312, in extract
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/viewster.py", line 161, in _real_extract
AttributeError: 'NoneType' object has no attribute 'get'

On my HTPC wiht Ubuntu 14.10 i can download the Video. Can some one help me?

@siddht4
Copy link

@siddht4 siddht4 commented Jan 19, 2016

Dude its working , just the website is unsupported, use wget to download the html . Usage "wget -O [folder_location/file_name.file_type] [url] " , then use cat and grep as " cat [folder_location/file_name.file_type] | grep video ", download the link using wget, terminal returned

@siddht4
Copy link

@siddht4 siddht4 commented Jan 19, 2016

I rechecked it , its working , I think you didn`t made youtube-dl to be executed . use chmod +x for this once or use "sudo wget https://yt-dl.org/downloads/2016.01.15/youtube-dl -O /usr/local/bin/youtube-dl " followed by "sudo chmod a+rx /usr/local/bin/youtube-dl"

@dstftw dstftw closed this in 485139c Jan 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.