smly / videolectures-dl

(obsoleted) a small command-line program to download videos from videolectures.net
MIT License
19 stars 3 forks source link

not works for this link #1

Closed HaveF closed 10 years ago

HaveF commented 10 years ago

http://videolectures.net/mackay_course_02/

$ videolectures-dl -t http://videolectures.net/mackay_course_02/
[download] Title: Lecture 2: Entropy and Data Compression (I):  Introduction to Compression, Informa
tion Theory and Entropy - VideoLectures.NET
ERROR: no video information is extracted.
Traceback (most recent call last):
  File "./videolectures-dl", line 204, in <module>
    main(get_args())
  File "./videolectures-dl", line 200, in main
    dl.get_video(args.video_url)
  File "./videolectures-dl", line 155, in get_video
    self.ie_error('ERROR: no video information is extracted.')
  File "./videolectures-dl", line 110, in ie_error
    raise ExtractionError(mesg)
__main__.ExtractionError: ERROR: no video information is extracted.

Thanks!

smly commented 10 years ago

:dizzy_face:

smly commented 10 years ago

Fixed this problem. Please try new version: https://github.com/smly/videolectures-dl/releases/tag/2013.10.28-2

HaveF commented 10 years ago

Thanks for your magic!