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

Videolectures.net #2597

Closed
DjalelBBZ opened this issue Mar 21, 2014 · 4 comments
Closed

Videolectures.net #2597

DjalelBBZ opened this issue Mar 21, 2014 · 4 comments

Comments

@DjalelBBZ
Copy link

@DjalelBBZ DjalelBBZ commented Mar 21, 2014

Hi,

Do you plan to support videolectures.net ?
Thanks for the great work!

Cheers,

@phihag
Copy link
Contributor

@phihag phihag commented Mar 21, 2014

Thank you for the report (In the future, to make it even more helpful, you can include an example video URL). youtube-dl v2014.03.21.5 now supports videolectures.net . Type youtube-dl -U to update.

@phihag phihag closed this Mar 21, 2014
@DjalelBBZ
Copy link
Author

@DjalelBBZ DjalelBBZ commented Mar 21, 2014

Thanks for (ultra) quick reply. Here are two links with which it doesn't work however.

➜ ~ youtube-dl http://videolectures.net/aispds08_kappen_easop/ --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['http://videolectures.net/aispds08_kappen_easop/', '--verbose']
[debug] Encodings: locale 'UTF-8', fs 'utf-8', out 'UTF-8', pref: 'UTF-8'
[debug] youtube-dl version 2014.03.21.5
[debug] Python version 2.7.6 - Darwin-13.1.0-x86_64-i386-64bit
[debug] Proxy map: {}
[videolectures.net] aispds08_kappen_easop: Downloading XML
ERROR: unable to download video data: HTTP Error 403: Forbidden
Traceback (most recent call last):
File "/Users/djabbz/Pythonz/youtube-dl/youtube_dl/YoutubeDL.py", line 989, in process_info
success = dl(filename, info_dict)
File "/Users/djabbz/Pythonz/youtube-dl/youtube_dl/YoutubeDL.py", line 965, in dl
return fd.download(name, info)
File "/Users/djabbz/Pythonz/youtube-dl/youtube_dl/downloader/common.py", line 290, in download
return self.real_download(filename, info_dict)
File "/Users/djabbz/Pythonz/youtube-dl/youtube_dl/downloader/http.py", line 52, in real_download
data = self.ydl.urlopen(request)
File "/Users/djabbz/Pythonz/youtube-dl/youtube_dl/YoutubeDL.py", line 1193, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "/Users/djabbz/anaconda/lib/python2.7/urllib2.py", line 410, in open
response = meth(req, response)
File "/Users/djabbz/anaconda/lib/python2.7/urllib2.py", line 523, in http_response
'http', request, response, code, msg, hdrs)
File "/Users/djabbz/anaconda/lib/python2.7/urllib2.py", line 448, in error
return self._call_chain(_args)
File "/Users/djabbz/anaconda/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(_args)
File "/Users/djabbz/anaconda/lib/python2.7/urllib2.py", line 531, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 403: Forbidden

➜ ~ youtube-dl http://videolectures.net/mlss09uk_bishop_ibi/ --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['http://videolectures.net/mlss09uk_bishop_ibi/', '--verbose']
[debug] Encodings: locale 'UTF-8', fs 'utf-8', out 'UTF-8', pref: 'UTF-8'
[debug] youtube-dl version 2014.03.21.5
[debug] Python version 2.7.6 - Darwin-13.1.0-x86_64-i386-64bit
[debug] Proxy map: {}
[videolectures.net] mlss09uk_bishop_ibi: Downloading XML
Traceback (most recent call last):
File "/Users/djabbz/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/Users/djabbz/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/Users/djabbz/Pythonz/youtube-dl/main.py", line 18, in
File "/Users/djabbz/Pythonz/youtube-dl/youtube_dl/init.py", line 814, in main

File "/Users/djabbz/Pythonz/youtube-dl/youtube_dl/init.py", line 804, in _real_main

File "/Users/djabbz/Pythonz/youtube-dl/youtube_dl/YoutubeDL.py", line 1018, in download
File "/Users/djabbz/Pythonz/youtube-dl/youtube_dl/YoutubeDL.py", line 506, in extract_info
File "/Users/djabbz/Pythonz/youtube-dl/youtube_dl/extractor/common.py", line 161, in extract
File "/Users/djabbz/Pythonz/youtube-dl/youtube_dl/extractor/videolecturesnet.py", line 39, in _real_extract
AttributeError: 'NoneType' object has no attribute 'attrib'

Thanks

@phihag
Copy link
Contributor

@phihag phihag commented Mar 21, 2014

See, that's why we want example URLs - your URLs refer to two videos which seem to use different distribution schemes. We'll have a look.

@naglis
Copy link
Collaborator

@naglis naglis commented Feb 21, 2015

Closed by 0d93378. This should be fixed in youtube-dl versions 2015.02.17.2 and newer. Refer to our FAQ if you need help updating.

@naglis naglis closed this Feb 21, 2015
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
4 participants
You can’t perform that action at this time.