-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
jwplatform.py is broken with https://github.com/joedborg/youtube-dl/pull/49 #20596
Closed
5 tasks done
Labels
Comments
Does not work in browser either. |
Hi, @dstftw . This issue is valid. @remitamine knows all details and has fixed the issue. I've just checked this version 9c01725 . Now it is working as expected. |
ipaha
referenced
this issue
in ipaha/youtube-dl
Aug 18, 2019
remitamine
pushed a commit
that referenced
this issue
Sep 23, 2019
meunierd
referenced
this issue
in meunierd/youtube-dl
Dec 27, 2019
meunierd
referenced
this issue
in meunierd/youtube-dl
Feb 13, 2020
meunierd
referenced
this issue
in meunierd/youtube-dl
Feb 13, 2020
pareronia
referenced
this issue
in pareronia/youtube-dl
Jun 22, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please follow the guide below
x
into all the boxes [ ] relevant to your issue (like this:[x]
)Make sure you are using the latest version: run
youtube-dl --version
and ensure your version is 2019.04.07. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.youtube-dl --version
2019.04.07
Before submitting an issue make sure you have:
What is the purpose of your issue?
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 ```):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
jwplatform.py is broken with
joedborg#49
locally checked
git checkout b0ead0e youtube_dl/extractor/jwplatform.py
[debug] Command-line args: [u'--verbose', u'--prefer-ffmpeg', u'--format', u'bestaudio', u'--extractaudio', u'--audio-format', u'opus', u'--audio-quality', u'0', u'--keep-video', u'--output',
u'⧵u0421⧵u0432⧵u043e⧵u0439 ⧵u0441⧵u043e⧵u0431⧵u0441⧵u0442⧵u0432⧵u0435⧵u043d⧵u043d⧵
u044b⧵u0439 ⧵u043f⧵u0443⧵u0442⧵u044c (⧵u0414⧵u0435⧵u0432⧵u0438⧵u0434
⧵u0414⧵u043e⧵u0440⧵u043d⧵u0430⧵u043d).f%(format_id)s.%(ext)s', u'https://content.jwplatform.
com/manifests/NdSc5Qlg.m3u8?exp=1554638831&sig=b7f01a3ce1e275dffe6ff74599f02ac5']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.04.07
[debug] Git HEAD: a46d9e5
[debug] Python version 2.7.16 (CPython) - Darwin-15.6.0-x86_64-i386-64bit
[debug] exe versions: avconv 12.3, avprobe 12.3, ffmpeg 4.0, ffprobe 4.0
[debug] Proxy map: {}
[generic] NdSc5Qlg: Requesting header
[generic] NdSc5Qlg: Downloading m3u8 information
[debug] Invoking downloader on u'https://jwpsrvvh.akamaihd.net/i/content/conversions/
wdjHsEgT/videos/NdSc5Qlg1174958.m4a/index_0_av.m3u8?hdnts=exp=1554645949~acl=*/
NdSc5Qlg1174958.m4a/*~hmac=f21b00021afd9b239203835df49484
9caf1e458daeb9c4b7fc4fc90a17b0a748'
So it is working for previous comm
command to run
python -m youtube_dl --verbose --prefer-ffmpeg --format 'bestaudio' --extract-audio --audio-format "opus"
--audio-quality 0 --keep-video --output 'Свой собственный путь (Девид Дорнан).f%(format_id)s.%(ext)s'
https://content.jwplatform.com/manifests/NdSc5Qlg.m3u8?exp=1554638831\&sig=
b7f01a3ce1e275dffe6ff74599f02ac5
The text was updated successfully, but these errors were encountered: