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

Unable to download from cinemasscare.com again. #6397

Closed
antdude opened this issue Jul 29, 2015 · 6 comments
Closed

Unable to download from cinemasscare.com again. #6397

antdude opened this issue Jul 29, 2015 · 6 comments
Labels

Comments

@antdude
Copy link

@antdude antdude commented Jul 29, 2015

Here we go again!

$ youtube-dl-07282015 -v http://cinemassacre.com/2015/07/28/avgn-seaman-for-dreamcast/
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'http://cinemassacre.com/2015/07/28/avgn-seaman-for-dreamcast/']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.07.28
[debug] Python version 2.7.3 - Linux-3.2.0-4-amd64-x86_64-with-debian-7.8
[debug] exe versions: avconv 1.2.12, avprobe 1.2.12, ffmpeg 1.2.12, ffprobe 1.2.12, rtmpdump 2.4
[debug] Proxy map: {}
[Cinemassacre] avgn-seaman-for-dreamcast: Downloading webpage
[ScreenwaveMedia] Cinemassacre-55b29f38c3494: Downloading player webpage
ERROR: Unable to extract vidtitle; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "/home/ant/bin/youtube-dl-07282015/youtube_dl/YoutubeDL.py", line 656, in extract_info
ie_result = ie.extract(url)
File "/home/ant/bin/youtube-dl-07282015/youtube_dl/extractor/common.py", line 279, in extract
return self.real_extract(url)
File "/home/ant/bin/youtube-dl-07282015/youtube_dl/extractor/screenwavemedia.py", line 29, in real_extract
r''vidtitle'\s
:\s
"([^"]+)"', playerdata, 'vidtitle').replace('/', '/')
File "/home/ant/bin/youtube-dl-07282015/youtube_dl/extractor/common.py", line 561, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract vidtitle; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

Thank you in advance. ;)

@jaimeMF jaimeMF added the broken-IE label Jul 29, 2015
@remitamine
Copy link
Collaborator

@remitamine remitamine commented Jul 29, 2015

it is the same problem in this issue #6270.
i already send a pull request 7 days ago but it didn't get reviewed untill now #6330.
i update it today because of a new change in the site.
i know it not good enough(depend on replacing) but If you have a better idea, please propose it.
this the output with the changes in the pull request:

youtube-dl -v http://cinemassacre.com/2015/07/28/avgn-seaman-for-dreamcast/
[debug] System config: []
[debug] User config: ['--external-downloader', 'aria2c', '--external-downloader-args', '-x 16 --check-certificate=false', '-f', 'best[height<=?720]', '--sub-lang', 'ar,en', '--write-sub']
[debug] Command-line args: ['-v', 'http://cinemassacre.com/2015/07/28/avgn-seaman-for-dreamcast/']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.07.21
[debug] Python version 3.4.3 - Linux-4.1.2-2-ARCH-x86_64-with-arch-Arch-Linux
[debug] exe versions: ffmpeg 2.7.2, ffprobe 2.7.2, rtmpdump 2.4
[debug] Proxy map: {}
[Cinemassacre] avgn-seaman-for-dreamcast: Downloading webpage
[ScreenwaveMedia] Cinemassacre-55b29f38c3494: Downloading player webpage
[ScreenwaveMedia] Cinemassacre-55b29f38c3494: Downloading playerconfig webpage
[ScreenwaveMedia] Cinemassacre-55b29f38c3494: Downloading m3u8 information
[debug] Invoking downloader on 'http://video3.screenwavemedia.com/vod/Cinemassacre-55b29f38c3494_hd1.mp4'
[download] Destination: AVGN - Seaman for Dreamcast-Cinemassacre-55b29f38c3494.mp4
[debug] aria2c command line: aria2c -c -x 16 --check-certificate=false --out 'AVGN - Seaman for Dreamcast-Cinemassacre-55b29f38c3494.mp4.part' --header 'Cookie: __cfduid=d00cdea09271a462721ed64afb004c2dd1438167107' --header 'Accept-Language: en-us,en;q=0.5' --header 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' --header 'Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7' --header 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20150101 Firefox/20.0 (Chrome)' --header 'Accept-Encoding: gzip, deflate' -- http://video3.screenwavemedia.com/vod/Cinemassacre-55b29f38c3494_hd1.mp4
[#db8523 2.3MiB/199MiB(1%) CN:16 DL:252KiB ETA:13m18s]
@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jul 29, 2015

Closing as a duplicate of #6397.

@jaimeMF jaimeMF closed this Jul 29, 2015
@remitamine
Copy link
Collaborator

@remitamine remitamine commented Jul 29, 2015

you mean duplicate of #6270?

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jul 29, 2015

you mean duplicate of #6270?

Yes, it's not the first time I make the same mistake :).

@remitamine
Copy link
Collaborator

@remitamine remitamine commented Jul 29, 2015

how about the pull request?

jaimeMF added a commit that referenced this issue Aug 1, 2015
@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Aug 1, 2015

Thanks to @remitamine it will work in the next version, thanks for the report.

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
3 participants
You can’t perform that action at this time.