aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [extractor/rozhlas] `MujRozhlas`: Add extractor (#7129)stanoarn2023-06-072-21/+144
| | | Authored by: stanoarn
* [extractor/mgtv] Fix formats extraction (#7234)bashonly2023-06-051-25/+40
| | | | Closes #7008 Authored by: bashonly
* [extractor/zdf] Fix formats extractionbashonly2023-06-051-1/+4
| | | | | Closes #7238, Closes #7240 Authored by: bashonly
* [extractor/tiktok] Extract 1080p adaptive formats (#7228)bashonly2023-06-041-4/+30
| | | | Closes #7109 Authored by: bashonly
* [extractor/hotstar] Support `/shows/` URLs (#7225)bashonly2023-06-041-4/+36
| | | | Closes #6463 Authored by: bashonly
* [extractor/shemaroome] Pass `stream_key` header to downloader (#7224)bashonly2023-06-041-1/+4
| | | | Closes #7133 Authored by: bashonly
* [extractor/sonyliv] Fix login with token (#7223)bashonly2023-06-041-1/+5
| | | Authored by: bashonly
* [extractor/foxnews] Fix extractors (#7222)bashonly2023-06-042-24/+62
| | | | Closes #6050 Authored by: bashonly
* [extractor/sverigesradio] Support slug URLs (#7220)bashonly2023-06-041-12/+50
| | | | Closes #7145 Authored by: bashonly
* [extractor/tencent] Fix fatal metadata extraction (#7219)bashonly2023-06-041-7/+7
| | | | Closes #7177 Authored by: bashonly
* [extractor/substack] Fix extraction (#7218)bashonly2023-06-041-3/+5
| | | | Closes #7155 Authored by: bashonly
* [extractor/acast] Support embeds (#7212)Paul Wise2023-06-041-6/+28
| | | Authored by: pabs3
* [extractor/youtube] Support shorter relative time format (#7191)coletdjnz2023-06-031-2/+9
| | | | | See: https://github.com/TeamNewPipe/NewPipeExtractor/issues/1067 Authored by: coletdjnz
* [extractor/vrt] Overhaul extractors (#6244)Jeroen Jacobs2023-06-024-496/+384
| | | | | | | | | | | | * Fixes `VrtNU` extractor to work with the VRT MAX site change * Adapts `VRT`, `Ketnet` and `DagelijkseKost` extractors to the new VRT API * Removes `Canvas` and `CanvasEen` extractors; the sites and API no longer exist * Moves all remaining VRT-related extractors into the `vrt` module Closes #4908 Authored by: jeroenj, bergoid, bashonly Co-authored-by: bergoid <bergoid@users.noreply.github.com> Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
* [extractor/DigitalConcertHall] Support films (#7202)Mohamed Al Mehairbi2023-06-021-7/+20
| | | | Authored by: ItzMaxTV Closes #7184
* [extractor/twitch] Update `_CLIENT_ID` and add extractor-arg (#7200)bashonly2023-06-022-1/+8
| | | | Closes #7058, Closes #7183 Authored by: bashonly
* [extractor/nhk] Fix API extraction (#7180)Daniel Rich2023-06-012-15/+37
| | | | | | Closes #6992 Authored by: sjthespian, menschel Co-authored-by: Patrick Menschel <menschel.p@posteo.de>
* [extractor/youtube] Extract more metadata for comments (#7179)coletdjnz2023-06-012-29/+46
| | | | | | | | | | Adds new comment fields: * `author_url` - The url to the comment author's page * `author_is_verified` - Whether the author is verified on the platform * `is_pinned` - Whether the comment is pinned to the top of the comments Closes https://github.com/yt-dlp/yt-dlp/issues/5411 Authored by: coletdjnz
* [extractor/twitter:spaces] Add `release_timestamp` (#7186)CeruleanSky2023-06-011-0/+3
| | | Authored by: CeruleanSky
* [extractor/elevensports] Add extractor (#7172)Mohamed Al Mehairbi2023-05-312-0/+60
| | | | Closes #6737 Authored by: ItzMaxTV
* [extractor/youtube] Fix continuation loop with no comments (#7148)coletdjnz2023-05-311-12/+14
| | | | | | Deep check the response for incomplete data. Authored by: coletdjnz
* [extractor/recurbate] Add extractor (#6297)mrscrapy2023-05-312-0/+44
| | | Authored by: mrscrapy
* [extractor/bravotv] Detect DRM (#7171)bashonly2023-05-301-2/+6
| | | Authored by: bashonly
* [extractor/crtvg] Add extractor (#7168)Mohamed Al Mehairbi2023-05-302-0/+35
| | | | Closes #6609 Authored by: ItzMaxTV
* [extractor/bilibili:SpaceVideo] Extract signature (#7149)Elyse2023-05-291-5/+52
| | | | Authored by: elyse0 Closes #6956, closes #7081
* [extractor/europarl] Rewrite extractor (#7114)HobbyistDev2023-05-291-40/+40
| | | | Authored by: HobbyistDev Closes #6396
* [extractor/Mzaalo] Add extractor (#7163)Mohamed Al Mehairbi2023-05-292-0/+93
| | | Authored by: ItzMaxTV
* [extractor/tvplay] Remove outdated domains (#7106)Ivan Skodje2023-05-292-213/+1
| | | | Closes #3920 Authored by: ivanskodje
* Auto-select default format in `-f-` (#7101)Ivan Skodje2023-05-291-8/+9
| | | | Authored by: ivanskodje, pukkandan Closes #6720
* [extractor/camfm] Add extractors (#7083)garret2023-05-293-0/+90
| | | Authored by: garret1317
* [extractor/eurosport] Improve `_VALID_URL` (#7076)HobbyistDev2023-05-291-1/+27
| | | | Closes #7042 Authored by: HobbyistDev
* [extractor/twitch:vod] Support links from schedule tab (#7071)Florian Albrechtskirchinger2023-05-291-1/+5
| | | Authored by: falbrechtskirchinger
* [extractor/ARDBetaMediathek] Add thumbnail (#6890)Stefan Lobbenmeier2023-05-291-8/+36
| | | | Closes #6889 Authored by: StefanLobbenmeier
* [cookies] Update for chromium changes (#6897)Matt Broadway2023-05-292-55/+150
| | | Authored by: mbway
* [extractor/nekohacker] Add extractor (#7003)hasezoey2023-05-292-0/+218
| | | Authored by: hasezoey
* [extractor/rottentomatoes] Fix extractor (#6844)JChris2462023-05-291-15/+65
| | | | Closes #6729 Authored by: JChris246
* [extractor/cbsnews] Overhaul extractors (#6681)bashonly2023-05-294-169/+345
| | | | Closes #6565 Authored by: bashonly
* Bugfix for b844a3f8b16500663e7ab6c6ec061cc9b30f71acbashonly2023-05-291-0/+3
| | | | | | [extractor/weverse] Avoid unnecessary duplicate login Authored by: bashonly
* [extractor/niconico:live] Add extractor (#5764)Lesmiscore2023-05-294-2/+266
| | | Authored by: Lesmiscore
* [extractor/JStream] Add extractor (#6252)Lesmiscore2023-05-292-0/+74
| | | Authored by: Lesmiscore
* [extractor/dacast] Add extractors (#6896)bashonly2023-05-292-0/+162
| | | | Closes #6163 Authored by: bashonly
* [cookies] Support custom Safari cookies path (#6783)Nam Vu2023-05-291-7/+11
| | | Authored by: NextFire
* [extractor/cbc] Ignore 426 from API (#6781)jo-nike2023-05-291-2/+4
| | | | Closes #6716 Authored by: jo-nike
* [extractor/idolplus] Add extractor (#6732)ping2023-05-292-0/+116
| | | | Authored by: ping Closes #6246
* [extractor/twitch] Support mobile clips (#6699)bepvte2023-05-291-1/+4
| | | Authored by: bepvte
* [extractor/playsuisse] Support new url format (#6528)Stefan Borer2023-05-291-24/+64
| | | Authored by: sbor23
* [extractor/owncloud] Add extractor (#6533)Daniel Vogt2023-05-292-0/+81
| | | Authored by: C0D3D3V
* [extractor/zingmp3] Fix and improve extractors (#6367)Ha Tien Loi2023-05-292-30/+72
| | | Authored by: hatienl0i261299
* [extractor/livestream] Support videos with account id (#6324)Mohit Tokas2023-05-291-34/+58
| | | | Authored by: theperfectpunk Closes #2225
* [extractor/rai] Rewrite extractors (#5940)nixxo2023-05-292-302/+266
| | | | | | Authored by: nixxo, danog Closes #5672, closes #6341 Co-authored-by: Daniil Gentili <daniil@daniil.it>