-
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
Direct download link not giving the chosen format #28395
Labels
Comments
You must select proper |
dstftw
added a commit
that referenced
this issue
Mar 9, 2021
github-actions bot
added a commit
to hellopony/youtube-dl
that referenced
this issue
Mar 10, 2021
* https://github.com/ytdl-org/youtube-dl: [shahid] fix format extraction(closes ytdl-org#28383) [lbry] add support for channel filters(closes ytdl-org#28385) [bandcamp] Extract release_timestamp [lbry] Extract release_timestamp (closes ytdl-org#28386) Introduce release_timestamp meta field (refs ytdl-org#28386) [pornhub] Detect flagged videos [pornhub] Extract formats from get_media end point (ytdl-org#28395)
This was referenced Mar 15, 2021
leshasmlesha
pushed a commit
to leshasmlesha/youtube-dl
that referenced
this issue
Apr 3, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checklist
Verbose log
Description
I need to get a direct download link from both PornHub and XNXX with a specific format but when I try giving them a format that I want it'll give me an m3u8 file instead.
Eg.
This command:
youtube-dl -v -f mp4 --get-url https://www.pornhub.com/view_video.php?viewkey=...
Gives this output:
https://cv-h.phncdn.com/.../index-f1-v1-a1.m3u8
The output isn't an mp4 link, even if in the formats it's listed as MP4.
The text was updated successfully, but these errors were encountered: