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

yt-dl won't download from add-anime #1361

Closed
pyed opened this issue Sep 2, 2013 · 1 comment
Closed

yt-dl won't download from add-anime #1361

pyed opened this issue Sep 2, 2013 · 1 comment

Comments

@pyed
Copy link

@pyed pyed commented Sep 2, 2013

mac:~$ youtube-dl --verbose http://www.add-anime.net/watch_video.php?v=24MR3YO5SAS9
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://www.add-anime.net/watch_video.php?v=24MR3YO5SAS9']
[debug] youtube-dl version 2013.08.30
[debug] Python version 2.7.2 - Darwin-12.4.0-x86_64-i386-64bit
[debug] Proxy map: {}
[AddAnime] 24MR3YO5SAS9: Downloading webpage
ERROR: Unable to extract video file URL; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type  youtube-dl -U  to update.
Traceback (most recent call last):
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 324, in extract_info
    ie_result = ie.extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 103, in extract
    return self._real_extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/addanime.py", line 64, in _real_extract
    webpage, u'video file URL')
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 237, in _search_regex
    raise ExtractorError(u'Unable to extract %s' % _name)
ExtractorError: Unable to extract video file URL; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type  youtube-dl -U  to update.
@pyed
Copy link
Author

@pyed pyed commented Sep 6, 2013

after updating to todays version '2013.09.05' it worked

 mac:~/Desktop$ youtube-dl --verbose http://www.add-anime.net/watch_video.php?v=24MR3YO5SAS9
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://www.add-anime.net/watch_video.php?v=24MR3YO5SAS9']
[debug] youtube-dl version 2013.09.05
[debug] Python version 2.7.2 - Darwin-12.4.0-x86_64-i386-64bit
[debug] Proxy map: {}
[AddAnime] 24MR3YO5SAS9: Downloading webpage
[download] Destination: One Piece 606-24MR3YO5SAS9.flv
[download]   3.4% of 64.02MiB at 399.20KiB/s ETA 02:38
@pyed pyed closed this Sep 6, 2013
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
1 participant
You can’t perform that action at this time.