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

Videos from pluzz.francetv.fr #1370

Closed
Rudloff opened this issue Sep 4, 2013 · 8 comments
Closed

Videos from pluzz.francetv.fr #1370

Rudloff opened this issue Sep 4, 2013 · 8 comments

Comments

@Rudloff
Copy link
Contributor

@Rudloff Rudloff commented Sep 4, 2013

pierre@Rudloff:~$ youtube-dl http://pluzz.francetv.fr/videos/doctor_who.html --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['http://pluzz.francetv.fr/videos/doctor_who.html', '--verbose']
[debug] youtube-dl version 2013.09.04
[debug] Python version 2.7.3 - Linux-3.2.0-4-amd64-x86_64-with-debian-7.1
[debug] Proxy map: {}
WARNING: Falling back on generic information extractor.
[generic] doctor_who.html: Downloading webpage
[generic] doctor_who.html: Extracting information
ERROR: Invalid URL: http://pluzz.francetv.fr/videos/doctor_who.html; 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/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 324, in extract_info
    ie_result = ie.extract(url)
  File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 103, in extract
    return self._real_extract(url)
  File "/usr/bin/youtube-dl/youtube_dl/extractor/generic.py", line 158, in _real_extract
    raise ExtractorError(u'Invalid URL: %s' % url)
ExtractorError: Invalid URL: http://pluzz.francetv.fr/videos/doctor_who.html; 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.
@iemejia
Copy link
Contributor

@iemejia iemejia commented Sep 6, 2013

For info this project could be a beautiful inspiration to write this InfoExtractor
https://github.com/mattetti/pluzzdl.git

@phihag
Copy link
Contributor

@phihag phihag commented Sep 7, 2013

@iemejia The requirements on using code under other licenses are quite strict, so it's probably not worth the effort to use that project. The licenses (GPL-2 and Unlincense) are incompatible, unfortunately.

@iemejia
Copy link
Contributor

@iemejia iemejia commented Sep 7, 2013

Hehe, no problem. I never implied using any code, I just put the link in case someone wants to understand how their encryption works.

@Rudloff
Copy link
Contributor Author

@Rudloff Rudloff commented Sep 8, 2013

I started to work on this here: https://github.com/Rudloff/youtube-dl/tree/pluzz
The main problem is that we need to send the correct cookie in order to download the video. Can InfoExtractor._download_webpage send cookies ?

@Rudloff
Copy link
Contributor Author

@Rudloff Rudloff commented Sep 8, 2013

Nevermind, I found an easier way to get the video: Rudloff/youtube-dl@da77de3

@Rudloff Rudloff closed this Sep 10, 2013
@pieqq
Copy link

@pieqq pieqq commented Nov 1, 2013

@Rudloff: In the end, did you propose this change to be merged into youtube-dl?

@Rudloff
Copy link
Contributor Author

@Rudloff Rudloff commented Nov 1, 2013

It has been merged: #1399

@pieqq
Copy link

@pieqq pieqq commented Nov 4, 2013

OK, thanks!

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.