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][NATIONAL GEOGRAPHIC] HLS Native downloading ads along with content. #18824

Closed
5 of 9 tasks
dnlzzxz opened this issue Jan 12, 2019 · 0 comments
Closed
5 of 9 tasks

Comments

@dnlzzxz
Copy link

dnlzzxz commented Jan 12, 2019

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 2019.01.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 2019.01.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


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 ```):

PS C:\Users\PRIVATE\desktop\Inside North Korea's Dynasty\s01> youtube-dl -i -a list.txt --ap-mso DTV --ap-username [email protected] --ap-password XXXXXXX --write-sub -v
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-i', '-a', 'list.txt', '--ap-mso', 'DTV', '--ap-username', 'PRIVATE', '--ap-password', 'PRIVATE', '--write-sub', '-v']
[debug] Batch file urls: ['https://www.nationalgeographic.com/tv/watch/bb2e39b8181411bd0eb4f298c02b0b9f/', 'https://www.nationalgeographic.com/tv/watch/327bab865ba37131b660abddcf8fde81/', 'https://www.nationalgeographic.com/tv/watch/738cfd43e1c1fa4462c39744e354c4ed/', 'https://www.nationalgeographic.com/tv/watch/dc3799942a1ff4ec5d68b84283e01b12/']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2019.01.10
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.17134
[debug] exe versions: ffmpeg 4.1, ffprobe 4.1
[debug] Proxy map: {}
[FOX] bb2e39b8181411bd0eb4f298c02b0b9f: Downloading JSON metadata
[FOX] bb2e39b8181411bd0eb4f298c02b0b9f: Retrieving Authorization Token
[FOX] bb2e39b8181411bd0eb4f298c02b0b9f: Retrieving Media Token
[FOX] bb2e39b8181411bd0eb4f298c02b0b9f: Downloading JSON metadata
[FOX] bb2e39b8181411bd0eb4f298c02b0b9f: Downloading m3u8 information
[debug] Default format spec: bestvideo+bestaudio/best
[info] Writing video subtitles to: Kingdom of the Kims-bb2e39b8181411bd0eb4f298c02b0b9f.en.scc
[debug] Invoking downloader on 'https://content-ausc3.uplynk.com/a5ce4f7106bc4ce8b84f2b02976092af/k.m3u8?pbs=2b7306f399154be08717ebfb70b27901'
[hlsnative] Downloading m3u8 manifest
[hlsnative] Total fragments: 757 (not including 17 ad)
[download] Destination: Kingdom of the Kims-bb2e39b8181411bd0eb4f298c02b0b9f.mp4
[download]   0.4% of ~1.70GiB at 108.39KiB/s ETA 01:28:00
...
<end of log>

If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included (replace following example URLs by yours):

Note that youtube-dl does not support sites dedicated to copyright infringement. In order for site support request to be accepted all provided example URLs should not violate any copyrights.


Description of your issue, suggested solution and other information

First of all I would like to stress how much I appreciate the time and effort that the contributors have put in this project, and one of my goals to the future is to learn python and try to return to the community that I only have taken so much!

In the latest release (2019.01.10) was fixed the support to [NATIONAL GEOGRAPHIC] by adding it to the [FOX] extractor. It downloads flawlessly, just as expected. But somehow the HLS Native is not properly removing the ads, and therefore merging the ads along with the shows. it's not a punctual problem in the sense of it not letting an ad here and there, but downloading all the ads as if there weren't any counter measure. Although there weren't any discrepancies I could notice between the .m3u8 manifest and the HLS code.

I can provide login credentials if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant