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

Fox.com Some Links Not Work Why ?? #15722

Closed
titosalah opened this issue Feb 28, 2018 · 1 comment
Closed

Fox.com Some Links Not Work Why ?? #15722

titosalah opened this issue Feb 28, 2018 · 1 comment
Labels

Comments

@titosalah
Copy link

@titosalah titosalah commented Feb 28, 2018

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2018.02.26. 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.02.26

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


If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:

Add the -v flag to your command line you run youtube-dl with (youtube-dl -v <your command line>), copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):

This Link Work
https://www.fox.com/watch/4e011bc5d5c99897fa1de5e4e1724f11/

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', '--sub-lang', 'en', '--write-sub', '--convert-
subs', 'srt', '--embed-subs', '-f', 'best', '--verbose', 'https://www.fox.com/wa
tch/4e011bc5d5c99897fa1de5e4e1724f11/', '--ap-mso', 'ATTOTT', '--ap-username', '
PRIVATE', '--ap-password', 'PRIVATE', '--no-check-certificate']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2018.02.26
[debug] Python version 3.4.4 (CPython) - Windows-2008ServerR2-6.1.7601-SP1
[debug] exe versions: none
[debug] Proxy map: {}
[FOX] 4e011bc5d5c99897fa1de5e4e1724f11: Downloading JSON metadata
[FOX] 4e011bc5d5c99897fa1de5e4e1724f11: Downloading webpage
[uplynk:preplay] 654a9cfd6c564557b159fc51fdc277ee: Downloading JSON metadata
[uplynk:preplay] 654a9cfd6c564557b159fc51fdc277ee: Downloading m3u8 information
[uplynk:preplay] 654a9cfd6c564557b159fc51fdc277ee: Downloading JSON metadata
[info] Writing video subtitles to: None the Wiser-654a9cfd6c564557b159fc51fdc277
ee.en.scc
[debug] Invoking downloader on 'http://content-auso4.uplynk.com/654a9cfd6c564557
b159fc51fdc277ee/k.m3u8'
[hlsnative] Downloading m3u8 manifest
[hlsnative] Total fragments: 648
[download] Destination: None the Wiser-654a9cfd6c564557b159fc51fdc277ee.mp4
[download]   3.2% of ~1.61GiB at 17.24MiB/s ETA 07:58

This Link Not Work
https://www.fox.com/watch/a4598be1d56851334f6a709e39439227/

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', '--sub-lang', 'en', '--write-sub', '--convert-
subs', 'srt', '--embed-subs', '-f', 'best', '--verbose', 'https://www.fox.com/wa
tch/a4598be1d56851334f6a709e39439227/', '--ap-mso', 'ATTOTT', '--ap-username', '
PRIVATE', '--ap-password', 'PRIVATE', '--no-check-certificate']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2018.02.26
[debug] Python version 3.4.4 (CPython) - Windows-2008ServerR2-6.1.7601-SP1
[debug] exe versions: none
[debug] Proxy map: {}
[FOX] a4598be1d56851334f6a709e39439227: Downloading JSON metadata
[FOX] a4598be1d56851334f6a709e39439227: Downloading Provider Redirect Page
[FOX] a4598be1d56851334f6a709e39439227: Downloading Provider Redirect Page (meta
 refresh)
[FOX] a4598be1d56851334f6a709e39439227: Downloading Provider Login Page
[FOX] a4598be1d56851334f6a709e39439227: Logging in
[FOX] a4598be1d56851334f6a709e39439227: Confirming Login
[FOX] a4598be1d56851334f6a709e39439227: Retrieving Session
ERROR: Unable to download webpage: HTTP Error 401: Unauthorized (caused by HTTPE
rror()); please report this issue on https://yt-dl.org/bug . Make sure you are u
sing the latest version; type  youtube-dl -U  to update. Be sure to call youtube
-dl with the --verbose flag and include its complete output.
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpfqykkd7x\bu
ild\youtube_dl\extractor\common.py", line 519, in _request_webpage
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpfqykkd7x\bu
ild\youtube_dl\YoutubeDL.py", line 2199, in urlopen
  File "C:\Python\Python34\lib\urllib\request.py", line 470, in open
  File "C:\Python\Python34\lib\urllib\request.py", line 580, in http_response
  File "C:\Python\Python34\lib\urllib\request.py", line 508, in error
  File "C:\Python\Python34\lib\urllib\request.py", line 442, in _call_chain
  File "C:\Python\Python34\lib\urllib\request.py", line 588, in http_error_defau
lt

Description of your issue, suggested solution and other information

Why Some Links Not start Downloading and give me errors ..
another Problem some links Do not work in a certain number of hours a day and work in the other

Thank You very much

@dstftw dstftw closed this Feb 28, 2018
@dstftw dstftw added the duplicate label Feb 28, 2018
@titosalah
Copy link
Author

@titosalah titosalah commented Feb 28, 2018

@dstftw thank you >> can you give me link to the same issue

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