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 does not work for SixPlay videos that require login credentials #16949

Open
NiesmialyGosc opened this issue Jul 11, 2018 · 0 comments
Open

YT does not work for SixPlay videos that require login credentials #16949

NiesmialyGosc opened this issue Jul 11, 2018 · 0 comments

Comments

@NiesmialyGosc
Copy link

@NiesmialyGosc NiesmialyGosc commented Jul 11, 2018

Please follow the guide below

  • You will be asked some questions and requested to provide some information, please read them carefully and answer honestly
  • Put an x into all the boxes [ ] relevant to your issue (like this: [x])
  • Use the Preview tab to see what your issue will actually look like

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2018.07.10. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.

  • I've verified and I assure that I'm running youtube-dl 2018.07.10

Before submitting an issue make sure you have:

  • At least skimmed through the README, most notably the FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones
  • Checked that provided video/audio/playlist URLs (if any) are alive and playable in a browser

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue


D:\MOVIE\TOOLS&BATCHFILES\AUDIO\SERIAL\VIDEOS\ffmpeg\bin>youtube-dl --proxy 51.1
5.121.195:3128 --verbose --username xxx@gmail.com https://www.6play.fr/legends-p_5814/saison-1-episode-1-c_11566636
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--proxy', '51.15.121.195:3128', '--verbose', '--use
rname', 'PRIVATE', 'https://www.6play.fr/legends-p_5814/saison-1-episode-1-c_115
66636']
Type account password and press [Return]:***
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2018.07.10
[debug] Python version 3.4.4 (CPython) - Windows-7-6.1.7601-SP1
[debug] exe versions: ffmpeg N-89508-g1f1207145a, ffprobe N-89508-g1f1207145a
[debug] Proxy map: {'http': '51.15.121.195:3128', 'https': '51.15.121.195:3128'}

[6play] 11566636: Downloading JSON metadata
ERROR: Unable to download JSON metadata: '' (caused by BadStatusLine("''",)); pl
ease report this issue on https://yt-dl.org/bug . Make sure you are using the la
test version; type youtube-dl -U to update. Be sure to call youtube-dl with th
e --verbose flag and include its complete output.
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp4etivjk5\bu
ild\youtube_dl\extractor\common.py", line 599, in _request_webpage
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp4etivjk5\bu
ild\youtube_dl\YoutubeDL.py", line 2211, in urlopen
File "C:\Python\Python34\lib\urllib\request.py", line 464, in open
File "C:\Python\Python34\lib\urllib\request.py", line 482, in _open
File "C:\Python\Python34\lib\urllib\request.py", line 442, in _call_chain
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp4etivjk5\bu
ild\youtube_dl\utils.py", line 1102, in https_open
File "C:\Python\Python34\lib\urllib\request.py", line 1183, in do_open
File "C:\Python\Python34\lib\http\client.py", line 1137, in request
File "C:\Python\Python34\lib\http\client.py", line 1182, in _send_request
File "C:\Python\Python34\lib\http\client.py", line 1133, in endheaders
File "C:\Python\Python34\lib\http\client.py", line 963, in _send_output
File "C:\Python\Python34\lib\http\client.py", line 898, in send
File "C:\Python\Python34\lib\http\client.py", line 1279, in connect
File "C:\Python\Python34\lib\http\client.py", line 874, in connect
File "C:\Python\Python34\lib\http\client.py", line 852, in _tunnel
File "C:\Python\Python34\lib\http\client.py", line 356, in _read_status


Description of your issue, suggested solution and other information

1, I've used 51.15.121.195:3128 (which is a French proxy I've found on http://spys.one/free-proxy-list/FR/) to bypass the geo-blocking on https://www.6play.fr, but it might expire so please replace it with any French proxy you know that works.

2, The following video is available online but it requires you to log in to the 6play site with your Gmail credential:
https://www.6play.fr/legends-p_5814/saison-1-episode-1-c_11566636
So please could you replace the email address after "--username" with your actual Gmail address for the test..

Btw, after this issue has been fixed, for some reasons may I ask for a portable .exe file for windows: youtube-dl.exe instead of a package of python scripts which requires installation? Or could you please tell me how I can run these scripts in my Windows OS at workspace without any additional authorization? I don't think busybox would do the trick, true?

Thank you!
NiesmialyGosc

@NiesmialyGosc
Copy link
Author

@NiesmialyGosc NiesmialyGosc commented Jul 12, 2018

Hi @remitamine @dstftw , Could you give me some tips on this? Thank you!:-)

------------Below is my last attempt. Still doesn't work. ------------

D:\MOVIE\TOOLS&BATCHFILES\AUDIO\SERIAL\VIDEOS\ffmpeg\bin>youtube-dl --verbose --
username xxx@gmail.com --proxy socks5://51.15.212.73:1080 https://www.6play.fr/legends-p_5814/saison-1-episode-1-c_11566636
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--verbose', '--username', 'PRIVATE', '--proxy', 'socks5://51.15.212.73:1080', 'https://www.6play.fr/legends-p_5814/saison-1-episode-1-c_11566636']
Type account password and press [Return]:
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2018.07.10
[debug] Python version 3.4.4 (CPython) - Windows-7-6.1.7601-SP1
[debug] exe versions: ffmpeg N-89508-g1f1207145a, ffprobe N-89508-g1f1207145a
[debug] Proxy map: {'http': 'socks5://51.15.212.73:1080', 'https': 'socks5://51.15.212.73:1080'}
[6play] 11566636: Downloading JSON metadata
[6play] 11566636: Downloading webpage
[6play] 11566636: Downloading m3u8 information
[6play] 11566636: Downloading f4m manifest
WARNING: Unable to download f4m manifest: HTTP Error 403: Forbidden
[6play] 11566636: Downloading MPD manifest
[6play] 11566636: Downloading ISM manifest
ERROR: No video formats found; 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 "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp4etivjk5\build\youtube_dl\YoutubeDL.py", line 792, in extract_info
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp4etivjk5\build\youtube_dl\extractor\common.py", line 502, in extract
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp4etivjk5\build\youtube_dl\extractor\sixplay.py", line 105, in _real_extract
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp4etivjk5\build\youtube_dl\extractor\common.py", line 1281, in _sort_formats
youtube_dl.utils.ExtractorError: No video formats found; 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.

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.