aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* remove docs from build.shJesús2022-12-011-4/+0
|
* update from upstream 2022-12-01 UTC+8Jesús2022-12-01769-11408/+23236
|\
| * [extractor/swearnet] Fix description bug (#5681)bashonly2022-12-011-1/+1
| | | | | | | | | | Bug in 049565df2e24d9611a9ffdd033c80a6dafdabbe0 Closes #5643 Authoried by: bashonly
| * [extractor/reddit] Extract video embeds in text posts (#5677)bashonly2022-12-011-8/+37
| | | | | | | | Closes #5612 Authored by: bashonly
| * [extractor/tiktok] Fix subs, `DouyinIE`, improve `_VALID_URL` (#5676)bashonly2022-12-011-53/+99
| | | | | | | | Closes #5665, Closes #2267 Authored by: bashonly
| * [utils] Make `ExtractorError` mutablepukkandan2022-11-302-16/+19
| |
| * [extractor/youtube] Subtitles cannot be translated to `und`pukkandan2022-11-301-1/+1
| | | | | | | | Closes #5674
| * [extractor/amazonminitv] Cleanup 48652590ec401f4e747a5e51552cdcac20744aa1pukkandan2022-11-291-97/+65
| |
| * [extractor/amazonminitv] Add extractors (#3628)alexia2022-11-282-0/+327
| | | | | | Authored by: nyuszika7h, GautamMKGarg
| * [extractor/youporn] Fix metadata (#2768)marieell2022-11-261-2/+22
| | | | | | Authored by: marieell
| * [extractor/naver] Treat fan subtitles as separate languagepukkandan2022-11-251-8/+13
| | | | | | | | Closes #5467
| * [extractor/gronkh] Fix `_VALID_URL` (#5628)Mudassir Chapra2022-11-241-2/+13
| | | | | | | | Closes #5531 Authored by: muddi900
| * [extractor/kanal2] Add extractor (#5575)Elan Ruusamäe2022-11-222-0/+67
| | | | | | Authored by: glensc, pukkandan, bashonly
| * [extractor/naver] Improve `_VALID_URL` for `NaverNowIE` (#5620)bashonly2022-11-221-1/+4
| | | | | | Authored by: bashonly
| * [extractor/screencastify] Add extractor (#5604)bashonly2022-11-222-0/+53
| | | | | | | | Closes #5603 Authored by: bashonly
| * [extractor/vimeo] Add `VimeoProIE` (#5596)bashonly2022-11-212-43/+90
| | | | | | | | | | | | * Add support for VimeoPro URLs not containing a Vimeo video ID * Add support for password-protected VimeoPro pages Closes #5594 Authored by: bashonly, pukkandan
| * [extractor/generic] Add `fragment_query` extractor arg for DASH and HLS (#5528)bashonly2022-11-213-4/+31
| | | | | | | | | | * `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
| * [webvtt] Handle premature EOFMarcel2022-11-201-1/+1
| | | | | | | | | | Closes #2867, closes #5600 Authored by: flashdagger
| * [extractor/reddit] Add vcodec to fallback format (#5591)chengzhicn2022-11-201-0/+1
| | | | | | Authored by: chengzhicn
| * [FormatSort] Add `mov` to `vext`pukkandan2022-11-192-4/+4
| | | | | | | | Closes #5581
| * [extractor/unsupported] Add more URLspukkandan2022-11-191-15/+25
| | | | | | | | Closes #5557, Closes #2744, Closes #5578
| * [extractor/generic] Fix JSON LD manifest extraction (#5577)bashonly2022-11-181-1/+3
| | | | | | | | Closes #5572 Authored by: bashonly, pukkandan
| * [extractor/twitter] Refresh guest token when expired (#5560)bashonly2022-11-181-42/+50
| | | | | | | | Closes #5548 Authored by: bashonly, Grub4K
| * [extractor/twitter:spaces] Add 'Referer' to m3u8 (#5580)nixxo2022-11-181-1/+2
| | | | | | | | Closes #5565 Authored by: nixxo
| * [extractor/brightcove] Add `BrightcoveNewBaseIE` and fix embed extraction ↵bashonly2022-11-174-396/+395
| | | | | | | | | | | | | | | | | | (#5558) * Move Brightcove embed extraction and tests into the IEs * Split `BrightcoveNewBaseIE` from `BrightcoveNewIE` * Fix bug in ade1fa70cbaaaadaa4772e5f0564870cea3167ef with the "wrong" spelling of `referrer` being smuggled Closes #5539
| * [extractor/redgifs] Fix bug in 8c188d5d09177ed213a05c900d3523867c5897fd (#5559)bashonly2022-11-171-2/+3
| |
| * [extractor/youtube] Add `piped.video` (#5571)Bnyro2022-11-171-0/+2
| | | | | | | | Closes #5518 Authored by: Bnyro
| * [extractor] Deprecate `_sort_formats`pukkandan2022-11-17579-918/+69
| |
| * Implement universal format sortingpukkandan2022-11-172-3/+17
| | | | | | | | Closes #5566
| * [utils] Move format sorting code into `utils`pukkandan2022-11-173-289/+301
| |
| * [utils] Move `FileDownloader.parse_bytes` into utilspukkandan2022-11-173-21/+25
| |
| * [extractor/generic] Don't report redirect to httpspukkandan2022-11-171-1/+3
| |
| * Add new field `aspect_ratio`pukkandan2022-11-163-1/+8
| | | | | | | | Closes #5402
| * [cleanup] Miscpukkandan2022-11-1675-156/+194
| | | | | | | | Closes #5541
| * [extractor/youtube] Consider language in format de-duplicationpukkandan2022-11-151-11/+42
| |
| * Make early reject of `--match-filter` stricterpukkandan2022-11-131-0/+8
| | | | | | | | Closes #5509
| * [extractor] Add a way to distinguish IEs that returns only videospukkandan2022-11-132-0/+20
| |
| * [utils] `classproperty`: Add cache supportpukkandan2022-11-131-3/+12
| |
| * [extractor/tencent] Fix geo-restricted video (#5505)Elyse2022-11-121-2/+7
| | | | | | | | Closes #5230 Authored by: elyse0
| * [extractor/youtube] Fix bug in handling of music URLspukkandan2022-11-121-1/+1
| | | | | | | | | | Bug in bd7e919a75cd264daabbe50137b2a7c89390c68c Closes #5502
| * Fix bugs in `PlaylistEntries`pukkandan2022-11-122-6/+9
| |
| * [extractor/Veoh] Add user extractor (#5242)Audrey2022-11-112-2/+69
| | | | | | Authored by: tntmod54321
| * [extractor/youtube] Fix `ytuser:`pukkandan2022-11-111-3/+1
| |
| * [version] updategithub-actions2022-11-117-26/+26
| | | | | | | | | | | | Created by: pukkandan :ci skip all :ci run dl
| * Release 2022.11.11pukkandan2022-11-114-11/+187
| |
| * [cleanup] MiscRobert Geislinger2022-11-118-19/+19
| | | | | | | | | | | | Closes #5471, Closes #5312 Authored by: pukkandan, Alienmaster
| * [ThumbnailsConvertor] Fix filename escapingpukkandan2022-11-111-3/+3
| | | | | | | | | | Closes #4604 Authored by: pukkandan, dirkf
| * [extractor/YleAreena] Add extractor (#5270)Vitaly Khabarov2022-11-112-0/+72
| | | | | | | | Closes #2508 Authored by: vitkhab, pukkandan
| * [extractor/cinetecamilano] Add extractor (#5279)Timendum2022-11-112-0/+62
| | | | | | | | Closes #5031 Authored by: timendum
| * Fix `--list` options not implying `-s` in some cases (#5296)bashonly2022-11-111-2/+8
| | | | | | Authored by: bashonly, Grub4K