aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [extractor/npo] Fix extractor and add HD support (#6155)sepro2023-02-121-231/+83
| | | Authored by: seproDev
* [extractor/bfmtv] Support `rmc` prefix (#6025)Chris Caruso2023-02-121-1/+18
| | | | Authored by: carusocr Closes #6021
* [extractor/clyp] Support `wav` (#6102)qulaz2023-02-121-10/+33
| | | Authored by: qulaz
* [extractor/tnaflix] Fix extractor (#6086)oxamun2023-02-121-13/+14
| | | | Closes #6085 Authored by: oxamun, bashonly
* [extractor/Stripchat] Fix extractor (#5985)JChris2462023-02-121-5/+10
| | | | Authored by bashonly, JChris246 Closes #5963, closes #5866
* [extractor/moviepilot] Fix extractor (#5954)panatexxa2023-02-121-34/+19
| | | Authored by: panatexxa
* [extractor/91porn] Fix title and comment extraction (#5932)pmitchell862023-02-121-27/+62
| | | | Authored by: pmitchell86 Fixes #3256
* [extractor/Hidive] Fix subtitles and age-restriction (#5828)Alex Berg2023-02-121-25/+25
| | | | Authored by: chexxor Closes #408
* [devscripts/pyinstaller] Analyze sub-modules of `Cryptodome`pukkandan2023-02-121-5/+33
| | | | Ref: https://github.com/yt-dlp/yt-dlp/issues/6185#issuecomment-1423523986
* [extractor/radiko] Fix format sorting for Time Free (#6159)Master2023-02-111-6/+23
| | | Authored by: road-master
* [utils] `traverse_obj`: Fix more bugsSimon Sawicki2023-02-1010-67/+84
| | | | | | and cleanup uses of `default=[]` Continued from b1bde57bef878478e3503ab07190fd207914ade9
* [extractor/vimeo] Fix `playerConfig` extraction (#6203)LeoniePhiline2023-02-101-8/+8
| | | | Authored by: bashonly, LeoniePhiline Closes #6149
* [extractor/DouyuTV]: Use new API (#6074)Ha Tien Loi2023-02-091-21/+34
| | | Authored by: hatienl0i261299
* [compat_utils] Simplify `EnhancedModule`pukkandan2023-02-092-19/+7
|
* [devscripts] Provide pyinstaller hookspukkandan2023-02-095-32/+39
| | | | Closes #6185
* [extractor/servus] Rewrite extractor (#6036)Stefan Lobbenmeier2023-02-081-89/+80
| | | | | | Closes #1076, closes #4240, closes #2748, closes #1045, closes #1498 Authored by: FrankZ85, Ashish0804, StefanLobbenmeier Co-authored-by: FrankZ85 <43293037+FrankZ85@users.noreply.github.com>
* [extractor/wrestleuniverse] Add extractors (#6158)bashonly2023-02-082-0/+237
| | | | | | Authored by bashonly, Grub4K Closes #6120 Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
* [downloader/hls] Allow extractors to provide AES key (#6158)bashonly2023-02-086-21/+45
| | | | | | | | and related cleanup Authored by: bashonly, Grub4K Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
* [extractor/pornez] Handle relative URLs in iframe (#6171)JChris2462023-02-081-2/+3
| | | | Authored by: JChris246 Closes #6162
* [utils] `traverse_obj`: Fix several behavioral problemsSimon Sawicki2023-02-082-76/+108
| | | | | See #6180 for further info Authored by: Grub4K
* [compat_utils] Improve `passthrough_module`pukkandan2023-02-083-24/+18
|
* [dependencies] Standardize `Cryptodome` importspukkandan2023-02-089-68/+73
|
* Support module level `__bool__` and `property`pukkandan2023-02-082-37/+64
|
* Make `title` completely non-fatalpukkandan2023-02-071-5/+1
| | | | Ref: https://github.com/yt-dlp/yt-dlp/pull/6158#discussion_r1096984349
* [extractor/huya] Support HD streams (#6172)Felix Yan2023-02-071-2/+7
| | | Authored by: felixonmars
* [extractor/reddit] Support user posts (#6173)OMEGA_RAZER2023-02-061-3/+27
| | | Authored by: OMEGARAZER
* [extractor/GoPlay] Use new API (#6151)Jeroen Jacobs2023-02-041-3/+3
| | | | Authored by: jeroenj Closes #6032
* [extractor/zdf] Use android API endpoint for UHD downloads (#6150)sepro2023-02-041-7/+21
| | | Authored by: seproDev
* [extractor/niconico] Add support for like history (#5705)Matumo2023-02-041-10/+16
| | | Authored by: Matumo, pukkandan
* [extractor/txxx] Add extractors (#5240)chio0hai2023-02-044-14/+424
| | | | Authored by: chio0hai Closes #5021
* [extractor/youtube] Handle `consent.youtube`pukkandan2023-02-032-2/+48
|
* [extractor/youtube] Support `/live/` URLpukkandan2023-02-031-2/+33
|
* [extractor/freesound] Workaround invalid URL in webpage (#6147)Jasper Rebane2023-02-031-0/+1
| | | | Authored by: rebane2001 Closes #6146
* [extractor/twitter] Fix graphql extraction on some tweets (#6075)lauren n. liberda2023-02-021-1/+27
| | | Authored by: selfisekai
* [extractor/rumble] Fix format sortingSimon Sawicki2023-02-021-1/+1
| | | | | Closes #6119 Authored by: pukkandan
* [utils] `traverse_obj`: Various improvementsSimon Sawicki2023-02-022-10/+88
| | | | | | | | - Add `set` key for transformations/filters - Add `re.Match` group names - Fix behavior for `expected_type` with `dict` key - Raise for filter function signature mismatch in debug Authored by: Grub4K
* [jsinterp] Support `if` statementspukkandan2023-02-013-0/+51
| | | | Closes #6131
* [utils] Fix `time_seconds` to use the provided TZ (#6118)Lesmiscore2023-01-311-2/+4
| | | | | Authored by: Lesmiscore, Grub4K Fixes https://github.com/yt-dlp/yt-dlp/pull/6056
* [extractor/generic] Avoid catastrophic backtracking in KVS regexbashonly2023-01-291-3/+3
| | | | Authored by: bashonly
* [utils] Use local kernel32 for file locking on WindowsSimon Sawicki2023-01-251-1/+1
| | | | | | Ref: https://github.com/ytdl-org/youtube-dl/issues/21545 Authored by: Grub4K
* Fix `--concat-playlist`pukkandan2023-01-241-1/+1
| | | | Closes #6080
* [plugins] Fix zip search pathspukkandan2023-01-201-16/+19
| | | | Closes #6011
* [extractor/nbc] Fix XML parsingbashonly2023-01-161-4/+4
| | | | | Python 3.7 compat bug in cb73b8460c3ce6d37ab651a4e44bb23b10056154 Authored by: bashonly
* [extractor/slideslive] Fix slides and chapters/duration (#6024)bashonly2023-01-142-34/+89
| | | | | | | * Fix slides/thumbnails extraction * Extract duration to fix issues w/ `--embed-chapters`, `--split-chapters` * Add `InfoExtractor._extract_mpd_vod_duration` method * Expand applicability of `InfoExtractor._parse_m3u8_vod_duration` method Authored by: bashonly
* [extractor/nbc] Fix `NBC` and `NBCStations` extractors (#6033)bashonly2023-01-142-103/+151
| | | | | Improve `InfoExtractor._parse_smil_formats` extension detection Closes #6019 Authored by: bashonly
* [extractor/drtv] Fix bug in ab4cbef (#6034)bashonly2023-01-141-3/+4
| | | | | Fixes bug in ab4cbef ab4cbeff00ac08f142f78a6281aa0c1124a59daa Closes #5993 Authored by: bashonly
* [extractor/embedly] Embedded links may be for other extractorspukkandan2023-01-081-4/+4
| | | | | Bug in bfd973ece3369c593b5e82a88cc16de80088a73e Closes #5987
* [extractor/rozhlas] Add extractor RozhlasVltavaIE (#5951)Marek Hudik2023-01-072-5/+140
| | | Authored by: amra
* [version] updategithub-actions2023-01-067-26/+26
| | | | | | Created by: pukkandan :ci skip all :ci run dl
* Release 2023.01.06pukkandan2023-01-073-0/+37
|