]> jfr.im git - yt-dlp.git/log
yt-dlp.git
13 months agoRelease 2023.06.21 2023.06.21
github-actions [Wed, 21 Jun 2023 04:02:40 +0000 (04:02 +0000)] 
Release 2023.06.21

Created by: pukkandan

:ci skip all :ci run dl

13 months agoUpdate to ytdl-commit-07af47
pukkandan [Wed, 21 Jun 2023 03:21:14 +0000 (08:51 +0530)] 
Update to ytdl-commit-07af47

[YouTube] Improve fix for ae8ba2c
https://github.com/ytdl-org/youtube-dl/commit/07af47960f3bb262ead02490ce65c8c45c01741e

13 months agoBugfix for ebe1b4e34f43c3acad30e4bcb8484681a030c114
pukkandan [Wed, 21 Jun 2023 01:19:56 +0000 (06:49 +0530)] 
Bugfix for ebe1b4e34f43c3acad30e4bcb8484681a030c114

13 months ago[core] Fix `filepath` being copied to underlying format dict
pukkandan [Wed, 21 Jun 2023 00:15:09 +0000 (05:45 +0530)] 
[core] Fix `filepath` being copied to underlying format dict

Closes #6536

13 months ago[cleanup] Misc
pukkandan [Wed, 21 Jun 2023 03:51:20 +0000 (09:21 +0530)] 
[cleanup] Misc

Closes #6288, Closes #7197, Closes #7265, Closes #7353, Closes #5773
Authored by: mikf, freezboltz, pukkandan

13 months agoAdd option `--netrc-cmd` (#6682)
Nicolai Dagestad [Wed, 21 Jun 2023 03:07:42 +0000 (05:07 +0200)] 
Add option `--netrc-cmd` (#6682)

Authored by: NDagestad, pukkandan
Closes #1706

13 months ago[extractor/tagesschau] Fix single audio urls (#6626)
MMM [Wed, 21 Jun 2023 02:44:12 +0000 (04:44 +0200)] 
[extractor/tagesschau] Fix single audio urls (#6626)

Authored by: flashdagger

13 months ago[update] Do not restart into versions without `--update-to`
pukkandan [Tue, 20 Jun 2023 22:42:01 +0000 (04:12 +0530)] 
[update] Do not restart into versions without `--update-to`

13 months ago[downloader/fragment] Do not sleep between fragments
pukkandan [Tue, 20 Jun 2023 21:13:10 +0000 (02:43 +0530)] 
[downloader/fragment] Do not sleep between fragments

Closes #6599

13 months ago[outtmpl] Fix some minor bugs
pukkandan [Tue, 20 Jun 2023 23:45:03 +0000 (05:15 +0530)] 
[outtmpl] Fix some minor bugs

Closes #7164

13 months ago[utils] `strftime_or_none`: Handle negative timestamps
pukkandan [Tue, 20 Jun 2023 23:48:03 +0000 (05:18 +0530)] 
[utils] `strftime_or_none`: Handle negative timestamps

Closes #6706
Authored by pukkandan, dirkf

13 months agoAdd `--compat-option playlist-match-filter`
pukkandan [Tue, 20 Jun 2023 23:01:39 +0000 (04:31 +0530)] 
Add `--compat-option playlist-match-filter`

Closes #6073

13 months ago[extractor/youtube] Ignore wrong fps of some formats
pukkandan [Tue, 20 Jun 2023 23:41:14 +0000 (05:11 +0530)] 
[extractor/youtube] Ignore wrong fps of some formats

13 months ago[cookies] Revert compatibility breakage in b38d4c941d1993ab27e4c0f8e024e23c2ec0f8f8
pukkandan [Mon, 19 Jun 2023 09:15:59 +0000 (14:45 +0530)] 
[cookies] Revert compatibility breakage in b38d4c941d1993ab27e4c0f8e024e23c2ec0f8f8

13 months ago[extractor/youtube] Prioritize premium formats
pukkandan [Mon, 19 Jun 2023 08:39:26 +0000 (14:09 +0530)] 
[extractor/youtube] Prioritize premium formats

Closes #7283

13 months ago[utils] `FormatSorter`: Improve `size` and `br`
pukkandan [Mon, 19 Jun 2023 08:36:39 +0000 (14:06 +0530)] 
[utils] `FormatSorter`: Improve `size` and `br`

Closes #1596

Previously, when some formats have accurate size and some approximate,
the ones with accurate size was always prioritized

For formats with known tbr and unknown vbr/abr, we were setting
(vbr=tbr, abr=0) for sorting to work. This is no longer needed.

Authored by pukkandan, u-spec-png

13 months ago[extractor/zaiko] ZaikoETicket: Add extractor (#7347)
Mozi [Tue, 20 Jun 2023 04:22:36 +0000 (12:22 +0800)] 
[extractor/zaiko] ZaikoETicket: Add extractor (#7347)

Authored by: pzhlkj6612

13 months ago[extractor/yappy] YappyProfile: Add extractor (#7346)
Vladislav [Mon, 19 Jun 2023 20:43:35 +0000 (23:43 +0300)] 
[extractor/yappy] YappyProfile: Add extractor (#7346)

Authored by: 7vlad7

13 months ago[extractor/nhk] `NhkRadiruLive`: Add extractor (#7332)
garret [Mon, 19 Jun 2023 13:25:27 +0000 (14:25 +0100)] 
[extractor/nhk] `NhkRadiruLive`: Add extractor (#7332)

Authored by: garret1317

13 months ago[jsinterp] Fix global object extraction
pukkandan [Sat, 17 Jun 2023 22:34:52 +0000 (04:04 +0530)] 
[jsinterp] Fix global object extraction

Closes #7327

13 months ago[postprocessor] Print newline for `--progress-template`
pukkandan [Wed, 14 Jun 2023 13:39:53 +0000 (19:09 +0530)] 
[postprocessor] Print newline for `--progress-template`

Closes #7193

13 months ago[extractor/youtube] Determine audio language using automatic captions
pukkandan [Wed, 14 Jun 2023 13:38:46 +0000 (19:08 +0530)] 
[extractor/youtube] Determine audio language using automatic captions

13 months ago[extractor/iwara] Fix authentication (#7137)
toomyzoom [Thu, 15 Jun 2023 23:23:01 +0000 (16:23 -0700)] 
[extractor/iwara] Fix authentication (#7137)

Closes #7035, Closes #7207
Authored by: toomyzoom

13 months ago[extractor/tv4] Fix extractor (#5649)
TxI5 [Thu, 15 Jun 2023 17:57:25 +0000 (19:57 +0200)] 
[extractor/tv4] Fix extractor (#5649)

Closes #5535
Authored by: TxI5, dirkf

13 months ago[extractor/stripchat] Fix extractor (#7306)
foreignBlade [Thu, 15 Jun 2023 10:56:26 +0000 (06:56 -0400)] 
[extractor/stripchat] Fix extractor (#7306)

Closes #7305
Authored by: foreignBlade

13 months ago[extractor/afreecatv] Fix extractor (#6283)
Jeong, Heon [Wed, 14 Jun 2023 19:01:18 +0000 (15:01 -0400)] 
[extractor/afreecatv] Fix extractor (#6283)

Closes #6133
Authored by: blmarket

13 months ago[extractor/ettutv] Add extractor (#6579)
Elyse [Wed, 14 Jun 2023 18:54:06 +0000 (12:54 -0600)] 
[extractor/ettutv] Add extractor (#6579)

Closes #6359
Authored by: elyse0

13 months ago[extractor/discogs] Add extractor (#6624)
RjY [Wed, 14 Jun 2023 18:40:06 +0000 (19:40 +0100)] 
[extractor/discogs] Add extractor (#6624)

Authored by: rjy

13 months ago[extractor/urplay] Extract all subtitles (#7309)
hoaluvn [Wed, 14 Jun 2023 15:52:17 +0000 (17:52 +0200)] 
[extractor/urplay] Extract all subtitles (#7309)

Authored by: hoaluvn

13 months ago[extractor/wrestleuniverse] Fix cookies support
bashonly [Tue, 13 Jun 2023 20:49:18 +0000 (15:49 -0500)] 
[extractor/wrestleuniverse] Fix cookies support

Closes #7298
Authored by: bashonly

13 months ago[extractor/funker530] Add extractor (#7291)
Cyberes [Tue, 13 Jun 2023 03:23:17 +0000 (21:23 -0600)] 
[extractor/funker530] Add extractor (#7291)

Authored by: Cyberes

13 months ago[extractor/zaiko] Add extractor (#7254)
c-basalt [Mon, 12 Jun 2023 18:12:09 +0000 (14:12 -0400)] 
[extractor/zaiko] Add extractor (#7254)

Closes #7196
Authored by: c-basalt

13 months ago[extractor/ximalaya] Sort playlist entries (#7292)
linsui [Mon, 12 Jun 2023 08:02:50 +0000 (08:02 +0000)] 
[extractor/ximalaya] Sort playlist entries (#7292)

Authored by: linsui

13 months ago[extractor/tiktok] Fix resolution extraction (#7237)
puc9 [Sun, 11 Jun 2023 18:57:59 +0000 (11:57 -0700)] 
[extractor/tiktok] Fix resolution extraction (#7237)

Authored by: puc9

13 months ago[extractor/zee5] Fix extraction of new content (#7280)
bashonly [Sun, 11 Jun 2023 17:15:05 +0000 (12:15 -0500)] 
[extractor/zee5] Fix extraction of new content (#7280)

Authored by: bashonly

13 months ago[extractor/odnoklassniki] Fix formats extraction (#7217)
bashonly [Sun, 11 Jun 2023 17:06:34 +0000 (12:06 -0500)] 
[extractor/odnoklassniki] Fix formats extraction (#7217)

Closes #2959, Closes #4462, Closes #7201
Authored by: bashonly

13 months ago[extractor/Dumpert] Fix m3u8 and support new URL pattern (#6091)
DataGhost [Sun, 11 Jun 2023 15:17:26 +0000 (17:17 +0200)] 
[extractor/Dumpert] Fix m3u8 and support new URL pattern (#6091)

Authored by: DataGhost, pukkandan
Closes #5032

13 months ago[jsinterp] Fix division (#7279)
bashonly [Sat, 10 Jun 2023 22:49:12 +0000 (17:49 -0500)] 
[jsinterp] Fix division (#7279)

* Fixes nsig decryption for Youtube JS player `8c7583ff`

Authored by: bashonly

13 months ago[extractor/voot] Fix extractor (#7227)
bashonly [Sat, 10 Jun 2023 20:43:22 +0000 (15:43 -0500)] 
[extractor/voot] Fix extractor (#7227)

Closes #6715
Authored by: bashonly

13 months ago[extractor/twitter] Add login support (#7258)
bashonly [Thu, 8 Jun 2023 18:47:13 +0000 (13:47 -0500)] 
[extractor/twitter] Add login support (#7258)

Closes #6951
Authored by: bashonly

13 months ago[extractor/lbry] Extract original quality formats (#7257)
bashonly [Thu, 8 Jun 2023 18:36:09 +0000 (13:36 -0500)] 
[extractor/lbry] Extract original quality formats (#7257)

Closes #7251
Authored by: bashonly

13 months ago[extractor/youtube] Extract `channel_is_verified` (#7213)
coletdjnz [Thu, 8 Jun 2023 07:50:05 +0000 (19:50 +1200)] 
[extractor/youtube] Extract `channel_is_verified` (#7213)

Authored by: coletdjnz

13 months ago[extractor/youtube] Misc cleanup
pukkandan [Thu, 8 Jun 2023 13:28:49 +0000 (18:58 +0530)] 
[extractor/youtube] Misc cleanup

Authored by: coletdjnz

13 months ago[extractor/rozhlas] `MujRozhlas`: Add extractor (#7129)
stanoarn [Wed, 7 Jun 2023 20:18:06 +0000 (22:18 +0200)] 
[extractor/rozhlas] `MujRozhlas`: Add extractor (#7129)

Authored by: stanoarn

13 months ago[extractor/mgtv] Fix formats extraction (#7234)
bashonly [Mon, 5 Jun 2023 15:52:45 +0000 (10:52 -0500)] 
[extractor/mgtv] Fix formats extraction (#7234)

Closes #7008
Authored by: bashonly

13 months ago[extractor/zdf] Fix formats extraction
bashonly [Mon, 5 Jun 2023 15:40:48 +0000 (10:40 -0500)] 
[extractor/zdf] Fix formats extraction

Closes #7238, Closes #7240
Authored by: bashonly

13 months ago[extractor/tiktok] Extract 1080p adaptive formats (#7228)
bashonly [Sun, 4 Jun 2023 14:28:40 +0000 (09:28 -0500)] 
[extractor/tiktok] Extract 1080p adaptive formats (#7228)

Closes #7109
Authored by: bashonly

13 months ago[extractor/hotstar] Support `/shows/` URLs (#7225)
bashonly [Sun, 4 Jun 2023 14:19:16 +0000 (09:19 -0500)] 
[extractor/hotstar] Support `/shows/` URLs (#7225)

Closes #6463
Authored by: bashonly

13 months ago[extractor/shemaroome] Pass `stream_key` header to downloader (#7224)
bashonly [Sun, 4 Jun 2023 14:07:13 +0000 (09:07 -0500)] 
[extractor/shemaroome] Pass `stream_key` header to downloader (#7224)

Closes #7133
Authored by: bashonly

13 months ago[extractor/sonyliv] Fix login with token (#7223)
bashonly [Sun, 4 Jun 2023 13:49:10 +0000 (08:49 -0500)] 
[extractor/sonyliv] Fix login with token (#7223)

Authored by: bashonly

13 months ago[extractor/foxnews] Fix extractors (#7222)
bashonly [Sun, 4 Jun 2023 13:37:59 +0000 (08:37 -0500)] 
[extractor/foxnews] Fix extractors (#7222)

Closes #6050
Authored by: bashonly

13 months ago[extractor/sverigesradio] Support slug URLs (#7220)
bashonly [Sun, 4 Jun 2023 12:15:09 +0000 (07:15 -0500)] 
[extractor/sverigesradio] Support slug URLs (#7220)

Closes #7145
Authored by: bashonly

13 months ago[extractor/tencent] Fix fatal metadata extraction (#7219)
bashonly [Sun, 4 Jun 2023 12:03:44 +0000 (07:03 -0500)] 
[extractor/tencent] Fix fatal metadata extraction (#7219)

Closes #7177
Authored by: bashonly

13 months ago[extractor/substack] Fix extraction (#7218)
bashonly [Sun, 4 Jun 2023 11:10:30 +0000 (06:10 -0500)] 
[extractor/substack] Fix extraction (#7218)

Closes #7155
Authored by: bashonly

13 months ago[extractor/acast] Support embeds (#7212)
Paul Wise [Sun, 4 Jun 2023 08:04:47 +0000 (16:04 +0800)] 
[extractor/acast] Support embeds (#7212)

Authored by: pabs3

13 months ago[extractor/youtube] Support shorter relative time format (#7191)
coletdjnz [Sat, 3 Jun 2023 06:33:51 +0000 (18:33 +1200)] 
[extractor/youtube] Support shorter relative time format (#7191)

See: https://github.com/TeamNewPipe/NewPipeExtractor/issues/1067

Authored by: coletdjnz

13 months ago[extractor/vrt] Overhaul extractors (#6244)
Jeroen Jacobs [Fri, 2 Jun 2023 18:29:00 +0000 (20:29 +0200)] 
[extractor/vrt] Overhaul extractors (#6244)

* 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 <redacted>
Co-authored-by: bashonly <redacted>
13 months ago[extractor/DigitalConcertHall] Support films (#7202)
Mohamed Al Mehairbi [Fri, 2 Jun 2023 15:01:55 +0000 (19:01 +0400)] 
[extractor/DigitalConcertHall] Support films (#7202)

Authored by: ItzMaxTV
Closes #7184

13 months ago[extractor/twitch] Update `_CLIENT_ID` and add extractor-arg (#7200)
bashonly [Fri, 2 Jun 2023 13:39:24 +0000 (08:39 -0500)] 
[extractor/twitch] Update `_CLIENT_ID` and add extractor-arg (#7200)

Closes #7058, Closes #7183
Authored by: bashonly

13 months ago[extractor/nhk] Fix API extraction (#7180)
Daniel Rich [Thu, 1 Jun 2023 21:52:03 +0000 (14:52 -0700)] 
[extractor/nhk] Fix API extraction (#7180)

Closes #6992
Authored by: sjthespian, menschel

Co-authored-by: Patrick Menschel <redacted>
13 months ago[extractor/youtube] Extract more metadata for comments (#7179)
coletdjnz [Thu, 1 Jun 2023 08:43:32 +0000 (20:43 +1200)] 
[extractor/youtube] Extract more metadata for comments (#7179)

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

13 months ago[extractor/twitter:spaces] Add `release_timestamp` (#7186)
CeruleanSky [Thu, 1 Jun 2023 06:35:41 +0000 (02:35 -0400)] 
[extractor/twitter:spaces] Add `release_timestamp` (#7186)

Authored by: CeruleanSky

13 months ago[extractor/elevensports] Add extractor (#7172)
Mohamed Al Mehairbi [Wed, 31 May 2023 13:12:56 +0000 (17:12 +0400)] 
[extractor/elevensports] Add extractor (#7172)

Closes #6737
Authored by: ItzMaxTV

13 months ago[extractor/youtube] Fix continuation loop with no comments (#7148)
coletdjnz [Wed, 31 May 2023 07:08:28 +0000 (19:08 +1200)] 
[extractor/youtube] Fix continuation loop with no comments (#7148)

Deep check the response for incomplete data.

Authored by: coletdjnz

13 months ago[extractor/recurbate] Add extractor (#6297)
mrscrapy [Wed, 31 May 2023 03:41:21 +0000 (04:41 +0100)] 
[extractor/recurbate] Add extractor (#6297)

Authored by: mrscrapy

13 months ago[extractor/bravotv] Detect DRM (#7171)
bashonly [Tue, 30 May 2023 15:43:01 +0000 (10:43 -0500)] 
[extractor/bravotv] Detect DRM (#7171)

Authored by: bashonly

13 months ago[extractor/crtvg] Add extractor (#7168)
Mohamed Al Mehairbi [Tue, 30 May 2023 13:40:56 +0000 (17:40 +0400)] 
[extractor/crtvg] Add extractor (#7168)

Closes #6609
Authored by: ItzMaxTV

13 months ago[extractor/bilibili:SpaceVideo] Extract signature (#7149)
Elyse [Mon, 29 May 2023 15:30:30 +0000 (09:30 -0600)] 
[extractor/bilibili:SpaceVideo] Extract signature (#7149)

Authored by: elyse0
Closes #6956, closes #7081

13 months ago[extractor/europarl] Rewrite extractor (#7114)
HobbyistDev [Mon, 29 May 2023 15:20:07 +0000 (00:20 +0900)] 
[extractor/europarl] Rewrite extractor (#7114)

Authored by: HobbyistDev
Closes #6396

13 months ago[extractor/Mzaalo] Add extractor (#7163)
Mohamed Al Mehairbi [Mon, 29 May 2023 15:19:13 +0000 (19:19 +0400)] 
[extractor/Mzaalo] Add extractor (#7163)

Authored by: ItzMaxTV

13 months ago[extractor/tvplay] Remove outdated domains (#7106)
Ivan Skodje [Mon, 29 May 2023 14:53:35 +0000 (16:53 +0200)] 
[extractor/tvplay] Remove outdated domains (#7106)

Closes #3920
Authored by: ivanskodje

13 months agoAuto-select default format in `-f-` (#7101)
Ivan Skodje [Mon, 29 May 2023 14:50:21 +0000 (16:50 +0200)] 
Auto-select default format in `-f-` (#7101)

Authored by: ivanskodje, pukkandan
Closes #6720

13 months ago[extractor/camfm] Add extractors (#7083)
garret [Mon, 29 May 2023 14:44:26 +0000 (15:44 +0100)] 
[extractor/camfm] Add extractors (#7083)

Authored by: garret1317

13 months ago[extractor/eurosport] Improve `_VALID_URL` (#7076)
HobbyistDev [Mon, 29 May 2023 14:31:22 +0000 (23:31 +0900)] 
[extractor/eurosport] Improve `_VALID_URL` (#7076)

Closes #7042
Authored by: HobbyistDev

13 months ago[extractor/twitch:vod] Support links from schedule tab (#7071)
Florian Albrechtskirchinger [Mon, 29 May 2023 14:30:20 +0000 (16:30 +0200)] 
[extractor/twitch:vod] Support links from schedule tab (#7071)

Authored by: falbrechtskirchinger

13 months ago[extractor/ARDBetaMediathek] Add thumbnail (#6890)
Stefan Lobbenmeier [Mon, 29 May 2023 14:28:14 +0000 (16:28 +0200)] 
[extractor/ARDBetaMediathek] Add thumbnail (#6890)

Closes #6889
Authored by: StefanLobbenmeier

13 months ago[cookies] Update for chromium changes (#6897)
Matt Broadway [Mon, 29 May 2023 13:51:35 +0000 (14:51 +0100)] 
[cookies] Update for chromium changes (#6897)

Authored by: mbway

13 months ago[extractor/nekohacker] Add extractor (#7003)
hasezoey [Mon, 29 May 2023 10:52:01 +0000 (12:52 +0200)] 
[extractor/nekohacker] Add extractor (#7003)

Authored by: hasezoey

13 months ago[extractor/rottentomatoes] Fix extractor (#6844)
JChris246 [Mon, 29 May 2023 10:17:29 +0000 (06:17 -0400)] 
[extractor/rottentomatoes] Fix extractor (#6844)

Closes #6729
Authored by: JChris246

13 months ago[extractor/cbsnews] Overhaul extractors (#6681)
bashonly [Mon, 29 May 2023 10:07:35 +0000 (05:07 -0500)] 
[extractor/cbsnews] Overhaul extractors (#6681)

Closes #6565
Authored by: bashonly

13 months agoBugfix for b844a3f8b16500663e7ab6c6ec061cc9b30f71ac
bashonly [Mon, 29 May 2023 09:42:03 +0000 (04:42 -0500)] 
Bugfix for b844a3f8b16500663e7ab6c6ec061cc9b30f71ac

[extractor/weverse] Avoid unnecessary duplicate login

Authored by: bashonly

13 months ago[extractor/niconico:live] Add extractor (#5764)
Lesmiscore [Mon, 29 May 2023 09:35:10 +0000 (18:35 +0900)] 
[extractor/niconico:live] Add extractor (#5764)

Authored by: Lesmiscore

13 months ago[extractor/JStream] Add extractor (#6252)
Lesmiscore [Mon, 29 May 2023 09:33:37 +0000 (18:33 +0900)] 
[extractor/JStream] Add extractor (#6252)

Authored by: Lesmiscore

13 months ago[extractor/dacast] Add extractors (#6896)
bashonly [Mon, 29 May 2023 06:40:44 +0000 (01:40 -0500)] 
[extractor/dacast] Add extractors (#6896)

Closes #6163
Authored by: bashonly

13 months ago[cookies] Support custom Safari cookies path (#6783)
Nam Vu [Mon, 29 May 2023 06:05:51 +0000 (15:05 +0900)] 
[cookies] Support custom Safari cookies path (#6783)

Authored by: NextFire

13 months ago[extractor/cbc] Ignore 426 from API (#6781)
jo-nike [Mon, 29 May 2023 06:04:08 +0000 (02:04 -0400)] 
[extractor/cbc] Ignore 426 from API (#6781)

Closes #6716
Authored by: jo-nike

13 months ago[extractor/idolplus] Add extractor (#6732)
ping [Mon, 29 May 2023 06:01:42 +0000 (14:01 +0800)] 
[extractor/idolplus] Add extractor (#6732)

Authored by:  ping
Closes #6246

13 months ago[extractor/twitch] Support mobile clips (#6699)
bepvte [Mon, 29 May 2023 05:54:36 +0000 (22:54 -0700)] 
[extractor/twitch] Support mobile clips (#6699)

Authored by: bepvte

13 months ago[extractor/playsuisse] Support new url format (#6528)
Stefan Borer [Mon, 29 May 2023 05:26:49 +0000 (07:26 +0200)] 
[extractor/playsuisse] Support new url format (#6528)

Authored by: sbor23

13 months ago[extractor/owncloud] Add extractor (#6533)
Daniel Vogt [Mon, 29 May 2023 05:21:26 +0000 (07:21 +0200)] 
[extractor/owncloud] Add extractor (#6533)

Authored by: C0D3D3V

13 months ago[extractor/zingmp3] Fix and improve extractors (#6367)
Ha Tien Loi [Mon, 29 May 2023 05:02:16 +0000 (12:02 +0700)] 
[extractor/zingmp3] Fix and improve extractors (#6367)

Authored by: hatienl0i261299

13 months ago[extractor/livestream] Support videos with account id (#6324)
Mohit Tokas [Mon, 29 May 2023 04:46:32 +0000 (10:16 +0530)] 
[extractor/livestream] Support videos with account id (#6324)

Authored by: theperfectpunk
Closes #2225

13 months ago[extractor/rai] Rewrite extractors (#5940)
nixxo [Mon, 29 May 2023 04:20:03 +0000 (06:20 +0200)] 
[extractor/rai] Rewrite extractors (#5940)

Authored by: nixxo, danog
Closes #5672, closes #6341

Co-authored-by: Daniil Gentili <redacted>
13 months ago[extractor/wykop] Add extractors (#6140)
lauren n. liberda [Mon, 29 May 2023 04:07:45 +0000 (06:07 +0200)] 
[extractor/wykop] Add extractors (#6140)

Authored by: selfisekai

13 months ago[extractor/daftsex] Update domain and embed player url (#5966)
JChris246 [Mon, 29 May 2023 03:31:26 +0000 (23:31 -0400)] 
[extractor/daftsex] Update domain and embed player url (#5966)

Closes #5881
Authored by: JChris246

13 months ago[extractor/polskieradio] Improve extractors (#5948)
lauren n. liberda [Mon, 29 May 2023 03:22:38 +0000 (05:22 +0200)] 
[extractor/polskieradio] Improve extractors (#5948)

Authored by: selfisekai

13 months ago[extractor/youtube] Extract uploader metadata for feed/playlist items
coletdjnz [Sat, 27 May 2023 23:31:45 +0000 (11:31 +1200)] 
[extractor/youtube] Extract uploader metadata for feed/playlist items

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

Authored by: coletdjnz

13 months ago[extractor/weyyak] Add extractor (#7124)
Mohamed Al Mehairbi [Sat, 27 May 2023 18:32:39 +0000 (22:32 +0400)] 
[extractor/weyyak] Add extractor (#7124)

Closes #7118
Authored by: ItzMaxTV

13 months ago[core] Support decoding multiple content encodings (#7142)
coletdjnz [Sat, 27 May 2023 10:40:05 +0000 (22:40 +1200)] 
[core] Support decoding multiple content encodings (#7142)

Authored by: coletdjnz

13 months ago[core] Workaround erroneous urllib Windows proxy parsing (#7092)
coletdjnz [Sat, 27 May 2023 07:17:27 +0000 (19:17 +1200)] 
[core] Workaround erroneous urllib Windows proxy parsing (#7092)

Convert proxies extracted from windows registry to http for older Python versions.
See: https://github.com/python/cpython/issues/86793

Authored by: coletdjnz