1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-03-02 04:49:21 +00:00
Commit graph

2766 commits

Author SHA1 Message Date
bashonly
27c0f899c8
[extractor/screencastify] Add extractor ()
Closes 
Authored by: bashonly
2022-11-22 00:40:02 +00:00
bashonly
7ff2fafe47
[extractor/vimeo] Add VimeoProIE ()
* Add support for VimeoPro URLs not containing a Vimeo video ID
* Add support for password-protected VimeoPro pages
Closes 
Authored by: bashonly, pukkandan
2022-11-21 00:55:57 +00:00
bashonly
3b021eacef
[extractor/generic] Add fragment_query extractor arg for DASH and HLS ()
* `fragment_query`: passthrough any query in generic mpd/m3u8 manifest URLs to their fragments
* Add support for `extra_param_to_segment_url` to DASH downloader
Authored by: bashonly, pukkandan
2022-11-21 00:51:45 +00:00
chengzhicn
02b2f9fa7d
[extractor/reddit] Add vcodec to fallback format ()
Authored by: chengzhicn
2022-11-20 01:44:21 +05:30
pukkandan
8486540257
[extractor/unsupported] Add more URLs
Closes , Closes , Closes 
2022-11-19 08:42:06 +05:30
bashonly
ed027fd9d8
[extractor/generic] Fix JSON LD manifest extraction ()
Closes 
Authored by: bashonly, pukkandan
2022-11-18 02:04:03 +00:00
bashonly
352e7d9873
[extractor/twitter] Refresh guest token when expired ()
Closes 
Authored by: bashonly, Grub4K
2022-11-18 02:00:11 +00:00
nixxo
9a0416c6a5
[extractor/twitter:spaces] Add 'Referer' to m3u8 ()
Closes 
Authored by: nixxo
2022-11-18 06:42:02 +05:30
bashonly
f5a9e9df0d
[extractor/brightcove] Add BrightcoveNewBaseIE and fix embed extraction ()
* Move Brightcove embed extraction and tests into the IEs
* Split `BrightcoveNewBaseIE` from `BrightcoveNewIE`
* Fix bug in ade1fa70cb with the "wrong" spelling of `referrer` being smuggled

Closes 
2022-11-17 19:11:35 +00:00
bashonly
f96a3fb7d3
[extractor/redgifs] Fix bug in 8c188d5d09 () 2022-11-17 19:09:40 +00:00
Bnyro
bc87dac75f
[extractor/youtube] Add piped.video ()
Closes 
Authored by: Bnyro
2022-11-17 18:45:38 +05:30
pukkandan
9f14daf22b
[extractor] Deprecate _sort_formats 2022-11-17 11:40:17 +05:30
pukkandan
784320c98c
Implement universal format sorting
Closes 
2022-11-17 11:05:49 +05:30
pukkandan
d0d74b7197
[utils] Move format sorting code into utils 2022-11-17 11:04:38 +05:30
pukkandan
4de88a6a36
[extractor/generic] Don't report redirect to https 2022-11-17 02:12:07 +05:30
pukkandan
105bfd90f5
Add new field aspect_ratio
Closes 
2022-11-16 06:57:09 +05:30
pukkandan
6368e2e639
[cleanup] Misc
Closes 
2022-11-16 06:57:07 +05:30
pukkandan
a4894d3e25
[extractor/youtube] Consider language in format de-duplication 2022-11-15 05:23:46 +05:30
pukkandan
171a31dbe8
[extractor] Add a way to distinguish IEs that returns only videos 2022-11-13 10:56:04 +05:30
Elyse
0a4b2f4180
[extractor/tencent] Fix geo-restricted video ()
Closes 
Authored by: elyse0
2022-11-12 12:43:13 +05:30
pukkandan
a8c754cc00
[extractor/youtube] Fix bug in handling of music URLs
Bug in bd7e919a75
Closes 
2022-11-12 00:02:13 +05:30
Audrey
d965856235
[extractor/Veoh] Add user extractor ()
Authored by: tntmod54321
2022-11-11 23:28:54 +05:30
pukkandan
08270da5c3
[extractor/youtube] Fix ytuser: 2022-11-11 16:29:52 +05:30
Robert Geislinger
7aaf4cd2a8
[cleanup] Misc
Closes , Closes 

Authored by: pukkandan, Alienmaster
2022-11-11 15:48:29 +05:30
Vitaly Khabarov
f4b2c59cfe
[extractor/YleAreena] Add extractor ()
Closes 
Authored by: vitkhab, pukkandan
2022-11-11 15:06:23 +05:30
Timendum
7c8c63529e
[extractor/cinetecamilano] Add extractor ()
Closes 
Authored by: timendum
2022-11-11 14:33:17 +05:30
pukkandan
bd7e919a75
[extractor/youtube:tab] Improvements to tab handling ()
* Better handling of direct channel URLs - See https://github.com/yt-dlp/yt-dlp/pull/5439#issuecomment-1309322019
* Prioritize tab id from URL slug - Closes 
* Add metadata for the wrapping playlist
* Simplify redirect for music playlists
2022-11-11 13:52:40 +05:30
pukkandan
f7fc8d39e9
[extractor] Fix fatal=False for _search_nuxt_data
Closes 
2022-11-11 07:29:29 +05:30
Matthew
3f5c216969
[extractor/nzherald] Support new video embed ()
Authored by: coletdjnz
2022-11-10 21:12:10 +00:00
Matthew
e72e48c53f
[extractor/youtube] Ignore incomplete data error for comment replies ()
When --ignore-errors is used.
Closes https://github.com/yt-dlp/yt-dlp/issues/4669
Authored by: coletdjnz
2022-11-10 06:35:22 +00:00
Matthew
0cf643b234
[extractor/youtube] Differentiate between no and disabled comments ()
`comments` and `comment_count` will be set to None, as opposed to 
an empty list and 0, respectively.

Fixes https://github.com/yt-dlp/yt-dlp/issues/5068

Authored by: coletdjnz, pukkandan
2022-11-10 03:33:03 +00:00
Matthew
4dc23a8051
[extractor/youtube:tab] Fix video metadata from tabs ()
Closes 
Authored by: coletdjnz
2022-11-10 08:14:12 +05:30
pukkandan
ed6bec168d
[extractor/doodstream] Remove extractor
It was added in youtube-dlc, likely without sufficient scrutiny

Closes , Closes , Closes 
2022-11-09 22:19:46 +05:30
MMM
0d8affc17f
[extractor/rumble] Add HLS formats and extract more metadata ()
Closes ,  
Authored by: flashdagger
2022-11-09 15:06:11 +05:30
Matthew
d9df9b4919
[extractor/unsupported] Raise error on known DRM-only sites ()
Authored by: coletdjnz
2022-11-09 09:09:13 +00:00
MMM
efdc45a6ea
[extractor/bitchute] Better error for geo-restricted videos ()
Authored by: flashdagger
2022-11-09 14:35:08 +05:30
Matthew
86973308cd
[extractor/youtube:tab] Update tab handling for redesign ()
Closes , , 
Authored by: coletdjnz, pukkandan
2022-11-09 14:28:44 +05:30
MMM
c61473c1d6
[extractor/bitchute] Improve BitChuteChannelIE ()
Authored by: flashdagger, pukkandan
2022-11-09 09:00:15 +05:30
zulaport
8fddc232bf
[extractor/camsoda] Add extractor ()
Authored by: zulaport
2022-11-09 08:53:24 +05:30
pukkandan
fad689c7b6
[extractor/hotstar] Refactor v1 API calls 2022-11-09 08:44:50 +05:30
m4tu4g
db6fa6960c
[extractor/hotstar] Add season support ()
Closes 
Authored by: m4tu4g
2022-11-09 08:33:10 +05:30
Anant Murmu
3b87f4d943
[extractor/stripchat] Improve error message ()
Authored by: freezboltz
2022-11-08 12:14:47 +05:30
pukkandan
581e86b512
[extractor/uktvplay] Fix _VALID_URL
Closes 
2022-11-07 21:47:31 +05:30
megapro17
8196182a12
[extractor/odnoklassniki] Support boosty.to embeds ()
Closes 
Authored by: megapro17, Lesmiscore, pukkandan
2022-11-07 21:32:42 +05:30
m4tu4g
9b383177c9
[extractor/mxplayer] Improve extractor ()
Closes 
Authored by: m4tu4g
2022-11-07 21:29:53 +05:30
Lesmiscore
c7e4ab278a
[extractor/niconico] Always use HTTPS for requests
This prevents MITM attacks from malicious parties like insane ISPs

Closes 
2022-11-07 14:56:28 +09:00
pukkandan
e9ce4e9250
[extractor/foxnews] Add FoxNewsVideo extractor
Closes 
2022-11-07 03:00:01 +05:30
pukkandan
5da08bde9e
[extractor/vlive] Extract release_timestamp
Closes 
2022-11-07 02:49:03 +05:30
pukkandan
46d09f8707
[cleanup] Lint and misc cleanup 2022-11-07 02:32:36 +05:30
pukkandan
db4678e448
Update to ytdl-commit-de39d128
[extractor/ceskatelevize] Back-port extractor from yt-dlp
de39d1281c

Closes , Closes , Closes 
2022-11-07 02:18:30 +05:30