]> jfr.im git - yt-dlp.git/log
yt-dlp.git
9 months agoRelease 2023.09.24 2023.09.24
github-actions [Sun, 24 Sep 2023 00:38:42 +0000 (00:38 +0000)] 
Release 2023.09.24

Created by: Grub4K

:ci skip all :ci run dl

9 months ago[cleanup] Misc
Simon Sawicki [Sun, 24 Sep 2023 00:35:23 +0000 (02:35 +0200)] 
[cleanup] Misc

Authored by: Grub4K

9 months ago[core] Prevent RCE when using `--exec` with `%q` (CVE-2023-40581)
Simon Sawicki [Sun, 24 Sep 2023 00:29:01 +0000 (02:29 +0200)] 
[core] Prevent RCE when using `--exec` with `%q` (CVE-2023-40581)

The shell escape function is now using `""` instead of `\"`. `utils.Popen` has been patched to properly quote commands.

Prior to this fix using `--exec` together with `%q` when on Windows could cause remote code to execute. See https://github.com/yt-dlp/yt-dlp/security/advisories/GHSA-42h4-v29r-42qg for reference.

Authored by: Grub4K

9 months ago[core] Raise minimum recommended Python version to 3.8 (#8183)
Simon Sawicki [Sun, 24 Sep 2023 00:24:47 +0000 (02:24 +0200)] 
[core] Raise minimum recommended Python version to 3.8 (#8183)

Authored by: Grub4K

9 months ago[ie/nfl.com:plus:replay] Fix extractor (#7838)
bashonly [Sat, 23 Sep 2023 23:47:14 +0000 (18:47 -0500)] 
[ie/nfl.com:plus:replay] Fix extractor (#7838)

Closes #7836
Authored by: bashonly

9 months ago[ie/brilliantpala] Add extractors (#6680)
Mozi [Sat, 23 Sep 2023 23:42:29 +0000 (07:42 +0800)] 
[ie/brilliantpala] Add extractors (#6680)

Authored by: pzhlkj6612

9 months ago[ie/niconicochannelplus] Add extractors (#5686)
Mozi [Sat, 23 Sep 2023 22:36:34 +0000 (06:36 +0800)] 
[ie/niconicochannelplus] Add extractors (#5686)

Closes #2537
Authored by: pzhlkj6612

9 months ago[ie/cineverse] Add extractors (#8146)
garret [Sat, 23 Sep 2023 22:27:13 +0000 (23:27 +0100)] 
[ie/cineverse] Add extractors (#8146)

Also removes AsianCrushIE and AsianCrushPlaylistIE (URLs do not work anymore & old IDs are unavailable).

Closes #8109
Authored by: garret1317

9 months ago[ie/PIAULIZAPortal] Add extractor (#7903)
Mozi [Sat, 23 Sep 2023 22:15:01 +0000 (06:15 +0800)] 
[ie/PIAULIZAPortal] Add extractor (#7903)

Authored by: pzhlkj6612

9 months ago[ie/Monstercat] Add extractor (#8133)
garret [Sat, 23 Sep 2023 22:13:48 +0000 (23:13 +0100)] 
[ie/Monstercat] Add extractor (#8133)

Closes #8067
Authored by: garret1317

9 months ago[cleanup] Misc (#8182)
bashonly [Sat, 23 Sep 2023 20:00:31 +0000 (15:00 -0500)] 
[cleanup] Misc (#8182)

Closes #7796, Closes #8028
Authored by: barsnick, sqrtNOT, gamer191, coletdjnz, Grub4K, bashonly

9 months ago[ie/ArteTV] Fix HLS formats extraction
bashonly [Sat, 23 Sep 2023 19:54:00 +0000 (14:54 -0500)] 
[ie/ArteTV] Fix HLS formats extraction

Closes #8156
Authored by: bashonly

9 months ago[ie/twitcasting] Support `--wait-for-video` (#7975)
Atsushi Watanabe [Thu, 21 Sep 2023 23:04:05 +0000 (08:04 +0900)] 
[ie/twitcasting] Support `--wait-for-video` (#7975)

Authored by: at-wat

9 months ago[test:download] Test for `expected_exception`
bashonly [Thu, 21 Sep 2023 22:48:57 +0000 (17:48 -0500)] 
[test:download] Test for `expected_exception`

Authored by: at-wat

Co-authored-by: Atsushi Watanabe <redacted>
9 months ago[ie/iprima] Fix extractor (#7216)
std-move [Thu, 21 Sep 2023 22:20:52 +0000 (00:20 +0200)] 
[ie/iprima] Fix extractor (#7216)

Closes #7229
Authored by: std-move

9 months ago[ie] Make `_search_nuxt_data` more lenient
bashonly [Thu, 21 Sep 2023 21:54:57 +0000 (16:54 -0500)] 
[ie] Make `_search_nuxt_data` more lenient

Authored by: std-move

Co-authored-by: std-move <redacted>
9 months ago[utils] `js_to_json`: Handle `Array` objects
bashonly [Thu, 21 Sep 2023 21:51:57 +0000 (16:51 -0500)] 
[utils] `js_to_json`: Handle `Array` objects

Authored by: Grub4K, std-move

Co-authored-by: std-move <redacted>
Co-authored-by: Simon Sawicki <redacted>
9 months ago[ie/NovaEmbed] Fix extractor (#7910)
std-move [Thu, 21 Sep 2023 18:19:52 +0000 (20:19 +0200)] 
[ie/NovaEmbed] Fix extractor (#7910)

Closes #8025
Authored by: std-move

9 months ago[ie/Expressen] Improve `_VALID_URL` (#8153)
kylegustavo [Thu, 21 Sep 2023 17:46:49 +0000 (10:46 -0700)] 
[ie/Expressen] Improve `_VALID_URL` (#8153)

Closes #8141
Authored by: kylegustavo

9 months ago[ie/bilibili] Extract Dolby audio formats (#8142)
ClosedPort22 [Thu, 21 Sep 2023 17:45:18 +0000 (17:45 +0000)] 
[ie/bilibili] Extract Dolby audio formats (#8142)

Closes #4050
Authored by: ClosedPort22

9 months ago[ie/rbgtum] Fix extraction and support new URL format (#7690)
Simon [Thu, 21 Sep 2023 17:37:58 +0000 (19:37 +0200)] 
[ie/rbgtum] Fix extraction and support new URL format (#7690)

Authored by: simon300000

9 months ago[ie/douyutv] Fix extractors (#7652)
c-basalt [Thu, 21 Sep 2023 17:34:35 +0000 (13:34 -0400)] 
[ie/douyutv] Fix extractors (#7652)

Closes #2494, Closes #7295
Authored by: c-basalt

9 months ago[ie/Canal1,CaracolTvPlay] Add extractors (#7151)
Elyse [Thu, 21 Sep 2023 17:30:32 +0000 (11:30 -0600)] 
[ie/Canal1,CaracolTvPlay] Add extractors (#7151)

Closes #5826
Authored by: elyse0

9 months ago[ie/eplus:inbound] Add extractor (#5782)
Mozi [Thu, 21 Sep 2023 17:28:20 +0000 (01:28 +0800)] 
[ie/eplus:inbound] Add extractor (#5782)

Authored by: pzhlkj6612

9 months ago[dependencies] Handle deprecation of `sqlite3.version` (#8167)
bashonly [Thu, 21 Sep 2023 15:58:53 +0000 (10:58 -0500)] 
[dependencies] Handle deprecation of `sqlite3.version` (#8167)

Closes #8152
Authored by: bashonly

10 months agoUpdate to ytdl-commit-66ab08 (#8128)
coletdjnz [Wed, 20 Sep 2023 19:14:10 +0000 (19:14 +0000)] 
Update to ytdl-commit-66ab08 (#8128)

[utils] Revert bbd3e7e, updating docstring, test instead
 https://github.com/ytdl-org/youtube-dl/commit/66ab0814c4baa2dc79c2dd5287bc0ad61a37c5b9

Authored by: coletdjnz

10 months ago[ie/pr0gramm] Rewrite extractor (#8151)
Simon Sawicki [Tue, 19 Sep 2023 19:52:44 +0000 (21:52 +0200)] 
[ie/pr0gramm] Rewrite extractor (#8151)

Authored by: Grub4K

10 months ago[ie/media.ccc.de:lists] Fix extraction (#8144)
Rohan Dey [Mon, 18 Sep 2023 23:39:20 +0000 (23:39 +0000)] 
[ie/media.ccc.de:lists] Fix extraction (#8144)

Closes #8138
Authored by: Rohxn16

10 months ago[ie/pornbox] Add extractor (#7386)
niemands [Mon, 18 Sep 2023 23:37:17 +0000 (01:37 +0200)] 
[ie/pornbox] Add extractor (#7386)

Authored by: niemands

10 months ago[ie/N1Info:article] Fix extractor (#7373)
u-spec-png [Mon, 18 Sep 2023 23:36:10 +0000 (01:36 +0200)] 
[ie/N1Info:article] Fix extractor (#7373)

Authored by: u-spec-png

10 months ago[ie/weibo] Fix extractor and support user extraction (#7657)
c-basalt [Mon, 18 Sep 2023 23:06:36 +0000 (19:06 -0400)] 
[ie/weibo] Fix extractor and support user extraction (#7657)

Closes #3964, Closes #4673, Closes #6979
Authored by: c-basalt

10 months ago[ie/bilibili] Add support for series, favorites and watch later (#7518)
c-basalt [Mon, 18 Sep 2023 23:02:00 +0000 (19:02 -0400)] 
[ie/bilibili] Add support for series, favorites and watch later (#7518)

Closes #6719
Authored by: c-basalt

10 months ago[ie/radiofrance] Add support for livestreams, podcasts, playlists (#7006)
Elyse [Mon, 18 Sep 2023 21:08:40 +0000 (15:08 -0600)] 
[ie/radiofrance] Add support for livestreams, podcasts, playlists (#7006)

Closes #4282
Authored by: elyse0

10 months ago[networking] Fix various socks proxy bugs (#8065)
coletdjnz [Mon, 18 Sep 2023 07:33:26 +0000 (07:33 +0000)] 
[networking] Fix various socks proxy bugs (#8065)

- Fixed support for IPv6 socks proxies
- Fixed support for IPv6 over socks5
- Fixed --source-address not being obeyed for socks4 and socks5
- Fixed socks4a when the destination address is an IPv4 address

Closes https://github.com/yt-dlp/yt-dlp/issues/7959
Fixes https://github.com/ytdl-org/youtube-dl/issues/15368

Authored by: coletdjnz
Co-authored-by: Simon Sawicki <redacted>
Co-authored-by: bashonly <redacted>
10 months ago[ie/massengeschmack.tv] Fix title extraction (#7813)
Sebastian Koch [Sun, 17 Sep 2023 20:54:00 +0000 (22:54 +0200)] 
[ie/massengeschmack.tv] Fix title extraction (#7813)

Authored by: sb0stn

10 months ago[ie/IndavideoEmbed] Fix extraction (#8129)
aky-01 [Sun, 17 Sep 2023 15:16:11 +0000 (17:16 +0200)] 
[ie/IndavideoEmbed] Fix extraction (#8129)

Closes #7190
Authored by: aky-01

10 months ago[ie/lecturio] Improve `_VALID_URL` (#7649)
Simon [Sun, 17 Sep 2023 15:11:22 +0000 (17:11 +0200)] 
[ie/lecturio] Improve `_VALID_URL` (#7649)

Authored by: simon300000

10 months ago[ie/rule34video] Extract tags (#7117)
soundchaser128 [Sun, 17 Sep 2023 15:09:42 +0000 (17:09 +0200)] 
[ie/rule34video] Extract tags (#7117)

Authored by: soundchaser128

10 months ago[devscripts] `make_changelog`: Fix changelog grouping and add networking group (...
Simon Sawicki [Sun, 17 Sep 2023 11:22:04 +0000 (13:22 +0200)] 
[devscripts] `make_changelog`: Fix changelog grouping and add networking group (#8124)

Authored by: Grub4K

10 months ago[core] Fix support for upcoming Python 3.12 (#8130)
Simon Sawicki [Sun, 17 Sep 2023 10:56:50 +0000 (12:56 +0200)] 
[core] Fix support for upcoming Python 3.12 (#8130)

This also adds the following test runners:
- `3.12-dev` on `ubuntu-latest`
- `3.12-dev` on `windows-latest`
- `pypy-3.10` on `ubuntu-latest`

Authored by: Grub4K

10 months ago[ie/RTVSLO] Fix format extraction (#8131)
bashonly [Sun, 17 Sep 2023 02:42:42 +0000 (21:42 -0500)] 
[ie/RTVSLO] Fix format extraction (#8131)

Closes #8020
Authored by: bashonly

10 months ago[ie/web.archive:vlive] Remove extractor (#8132)
bashonly [Sun, 17 Sep 2023 00:38:09 +0000 (19:38 -0500)] 
[ie/web.archive:vlive] Remove extractor (#8132)

Closes #8122
Authored by: bashonly

10 months ago[ie/AmazonMiniTV] Fix extractors
bashonly [Sun, 17 Sep 2023 00:03:30 +0000 (19:03 -0500)] 
[ie/AmazonMiniTV] Fix extractors

Closes #7817
Authored by: GautamMKGarg, bashonly

Co-authored by: GautamMKGarg <redacted>

10 months agoRevert 9d376c4daeaf1279a011582f3f0e6ae42af520dd
bashonly [Sat, 16 Sep 2023 23:57:14 +0000 (18:57 -0500)] 
Revert 9d376c4daeaf1279a011582f3f0e6ae42af520dd

Authored by: bashonly

10 months ago[ie/bbc] Extract tracklist as chapters (#7788)
garret [Sat, 16 Sep 2023 22:47:49 +0000 (23:47 +0100)] 
[ie/bbc] Extract tracklist as chapters (#7788)

Authored by: garret1317

10 months ago[ie/reddit] Extract subtitles
bashonly [Sat, 16 Sep 2023 21:23:54 +0000 (16:23 -0500)] 
[ie/reddit] Extract subtitles

Closes #7814
Authored by: bashonly

10 months ago[ie/mediastream] Make embed extraction non-fatal
bashonly [Sat, 16 Sep 2023 21:22:21 +0000 (16:22 -0500)] 
[ie/mediastream] Make embed extraction non-fatal

Authored by: bashonly

10 months ago[ie/generic] Fix KVS thumbnail extraction
bashonly [Sat, 16 Sep 2023 21:20:34 +0000 (16:20 -0500)] 
[ie/generic] Fix KVS thumbnail extraction

Closes #8045
Authored by: bashonly

10 months ago[ie/facebook] Improve format sorting (#8074)
fireattack [Sat, 16 Sep 2023 21:18:04 +0000 (05:18 +0800)] 
[ie/facebook] Improve format sorting (#8074)

Authored by: fireattack

10 months ago[ie/sohu] Fix extractor (#7628)
c-basalt [Sat, 16 Sep 2023 21:13:04 +0000 (17:13 -0400)] 
[ie/sohu] Fix extractor (#7628)

Closes #1667, Closes #7463
Authored by: c-basalt, bashonly

10 months ago[ie/Bild.de] Extract HLS formats (#8032)
barsnick [Sat, 16 Sep 2023 21:11:05 +0000 (23:11 +0200)] 
[ie/Bild.de] Extract HLS formats (#8032)

Closes #7951
Authored by: barsnick

10 months ago[ie/Rumble] Fix embed extraction (#8035)
Tristan Lee [Sat, 16 Sep 2023 21:08:15 +0000 (16:08 -0500)] 
[ie/Rumble] Fix embed extraction (#8035)

Authored by: trislee

10 months ago[ie/funker530] Fix extraction (#8040)
04-pasha-04 [Sat, 16 Sep 2023 21:06:00 +0000 (23:06 +0200)] 
[ie/funker530] Fix extraction (#8040)

Authored by: 04-pasha-04

10 months ago[ie/zaiko] Improve thumbnail extraction (#8054)
Mozi [Sat, 16 Sep 2023 21:04:10 +0000 (05:04 +0800)] 
[ie/zaiko] Improve thumbnail extraction (#8054)

Authored by: pzhlkj6612

10 months ago[ie/nitter] Fix title extraction fallback (#8102)
ApoorvShah111 [Sat, 16 Sep 2023 21:01:26 +0000 (02:31 +0530)] 
[ie/nitter] Fix title extraction fallback (#8102)

Closes #7575
Authored by: ApoorvShah111

10 months ago[ie/AmazonMiniTV] Fix extractor (#8103)
Aniruddh Joshi [Sat, 16 Sep 2023 20:58:21 +0000 (02:28 +0530)] 
[ie/AmazonMiniTV] Fix extractor (#8103)

Closes #7817
Authored by: Aniruddh-J

10 months ago[ie/bilibili] Extract `format_id` (#7555)
c-basalt [Sat, 16 Sep 2023 20:53:57 +0000 (16:53 -0400)] 
[ie/bilibili] Extract `format_id` (#7555)

Authored by: c-basalt

10 months ago[ie/cbc] Ignore any 426 from API (#7689)
makeworld [Sat, 16 Sep 2023 20:49:43 +0000 (16:49 -0400)] 
[ie/cbc] Ignore any 426 from API (#7689)

Closes #7477
Authored by: makew0rld

10 months ago[ie/twitcasting] Improve `_VALID_URL` (#8120)
c-basalt [Sat, 16 Sep 2023 20:43:12 +0000 (16:43 -0400)] 
[ie/twitcasting] Improve `_VALID_URL` (#8120)

Closes #7597
Authored by: c-basalt

10 months ago[ie/tiktok] Fix webpage extraction
bashonly [Sat, 16 Sep 2023 18:28:14 +0000 (13:28 -0500)] 
[ie/tiktok] Fix webpage extraction

Closes #8089
Authored by: bashonly

10 months ago[ie/bpb] Overhaul extractor (#8119)
Simon Sawicki [Sat, 16 Sep 2023 15:50:06 +0000 (17:50 +0200)] 
[ie/bpb] Overhaul extractor (#8119)

Authored by: Grub4K

10 months ago[ie/TV5MondePlus] Fix extractor (#7952)
Jérôme Duval [Sat, 16 Sep 2023 14:24:11 +0000 (16:24 +0200)] 
[ie/TV5MondePlus] Fix extractor (#7952)

Closes #4978
Authored by: korli, dirkf

10 months ago[ie/videa] Fix extraction (#8003)
hatsomatt [Sat, 16 Sep 2023 14:02:37 +0000 (16:02 +0200)] 
[ie/videa] Fix extraction (#8003)

Closes #7427
Authored by: hatsomatt, aky-01

Co-authored-by: aky-01 <redacted>
10 months ago[ie/mediaklikk] Fix extractor (#8086)
zhallgato [Sat, 16 Sep 2023 10:12:18 +0000 (12:12 +0200)] 
[ie/mediaklikk] Fix extractor (#8086)

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

Authored by: bashonly, zhallgato

10 months ago[ie/Axs] Add extractor (#8094)
barsnick [Sat, 16 Sep 2023 10:04:08 +0000 (12:04 +0200)] 
[ie/Axs] Add extractor (#8094)

Authored by: barsnick

10 months ago[ie/banbye] Support video ids containing a hyphen (#8059)
Kshitiz Gupta [Sat, 16 Sep 2023 09:43:05 +0000 (15:13 +0530)] 
[ie/banbye] Support video ids containing a hyphen (#8059)

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

Authored by: kshitiz305

10 months ago[ie/abematv] Fix proxy handling (#8046)
SevenLives [Sat, 16 Sep 2023 09:37:04 +0000 (17:37 +0800)] 
[ie/abematv] Fix proxy handling (#8046)

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

Authored by: SevenLives

10 months ago[ie/mixcloud] Update API URL (#8114)
garret [Fri, 15 Sep 2023 17:18:51 +0000 (18:18 +0100)] 
[ie/mixcloud] Update API URL (#8114)

Closes #8104
Authored by: garret1317

10 months ago[ie/zoom] Extract duration
bashonly [Mon, 11 Sep 2023 14:51:39 +0000 (09:51 -0500)] 
[ie/zoom] Extract duration

Closes #8080
Authored by: bashonly

10 months ago[ie/twitter] Fix retweet extraction and syndication API (#8016)
bashonly [Sat, 9 Sep 2023 15:14:49 +0000 (10:14 -0500)] 
[ie/twitter] Fix retweet extraction and syndication API (#8016)

Authored by: bashonly

10 months ago[ie/wdr] Fix extraction (#7979)
Szaby Grünwald [Fri, 8 Sep 2023 12:54:41 +0000 (14:54 +0200)] 
[ie/wdr] Fix extraction (#7979)

Closes #7461
Authored by: szabyg

10 months ago[ie/S4C] Add series support and extract subs/thumbs (#7776)
ifan-t [Fri, 8 Sep 2023 12:25:43 +0000 (13:25 +0100)] 
[ie/S4C] Add series support and extract subs/thumbs (#7776)

Authored by: ifan-t

10 months ago[ie/facebook] Fix webpage extraction (#7890)
ringus1 [Tue, 5 Sep 2023 20:35:23 +0000 (22:35 +0200)] 
[ie/facebook] Fix webpage extraction (#7890)

Closes #7901
Authored by: ringus1

10 months ago[ie/gofile] Update token
bashonly [Tue, 5 Sep 2023 19:58:02 +0000 (14:58 -0500)] 
[ie/gofile] Update token

Closes #7235
Authored by: bashonly

10 months ago[ie/twitter:spaces] Pass referer header to downloader
bashonly [Tue, 5 Sep 2023 06:54:14 +0000 (01:54 -0500)] 
[ie/twitter:spaces] Pass referer header to downloader

Closes #8029
Authored by: bashonly

10 months agoBugfix for bae4834245a708fff97219849ec880c319c88bc6
bashonly [Mon, 4 Sep 2023 16:18:59 +0000 (11:18 -0500)] 
Bugfix for bae4834245a708fff97219849ec880c319c88bc6

Authored by: bashonly

10 months ago[ie/SVTPlay] Fix extraction (#7789)
Mattias Wadman [Sat, 2 Sep 2023 14:40:11 +0000 (16:40 +0200)] 
[ie/SVTPlay] Fix extraction (#7789)

Closes #5595
Authored by: wader, dirkf

10 months agoBugfix for 59e92b1f1833440bb2190f847eb735cf0f90bc85
Simon Sawicki [Sat, 2 Sep 2023 13:18:04 +0000 (15:18 +0200)] 
Bugfix for 59e92b1f1833440bb2190f847eb735cf0f90bc85

Closes #8012

Authored by: Grub4K

10 months ago[ie/hotstar] Extract `release_year` (#7869)
Rajeshwaran [Thu, 31 Aug 2023 20:48:52 +0000 (02:18 +0530)] 
[ie/hotstar] Extract `release_year` (#7869)

Authored by: Rajeshwaran2001

10 months ago[ie/hotstar] Make metadata extraction non-fatal
bashonly [Thu, 31 Aug 2023 20:45:11 +0000 (15:45 -0500)] 
[ie/hotstar] Make metadata extraction non-fatal

Authored by: bashonly

10 months ago[ie/Mediaite] Fix extraction (#7923)
Grabien [Wed, 30 Aug 2023 23:49:42 +0000 (02:49 +0300)] 
[ie/Mediaite] Fix extraction (#7923)

Authored by: Grabien

10 months ago[ie/NoodleMagazine] Fix extraction (#7830)
RedDeffender [Wed, 30 Aug 2023 23:26:45 +0000 (01:26 +0200)] 
[ie/NoodleMagazine] Fix extraction (#7830)

Closes #7917
Authored by: RedDeffender

10 months agoBugfix for b9f2bc2dbed2323734a0d18e65e1e2e23dc833d8
bashonly [Tue, 29 Aug 2023 13:06:02 +0000 (08:06 -0500)] 
Bugfix for b9f2bc2dbed2323734a0d18e65e1e2e23dc833d8

Authored by: bashonly

10 months ago[ie/hungama] Overhaul extractors (#7757)
Omar Atef [Tue, 29 Aug 2023 00:49:29 +0000 (03:49 +0300)] 
[ie/hungama] Overhaul extractors (#7757)

Closes #7754
Authored by: Yalab7, bashonly

10 months ago[ie/antenna] Support antenna.gr (#7584)
Stavros Ntentos [Tue, 29 Aug 2023 00:05:49 +0000 (03:05 +0300)] 
[ie/antenna] Support antenna.gr (#7584)

Authored by: stdedos

10 months ago[ie/Dropbox] Fix extractor (#7926)
Nathan Touzé [Mon, 28 Aug 2023 21:33:48 +0000 (23:33 +0200)] 
[ie/Dropbox] Fix extractor (#7926)

Closes #7005, Closes #7696
Authored by: nathantouze, bashonly, denhotte

10 months ago[ie/weverse] Support extraction without auth (#7924)
sepro [Mon, 28 Aug 2023 21:09:14 +0000 (23:09 +0200)] 
[ie/weverse] Support extraction without auth (#7924)

Authored by: seproDev

10 months ago[ie/StagePlus] Fix m3u8 extraction (#7929)
bashonly [Sun, 27 Aug 2023 23:33:25 +0000 (18:33 -0500)] 
[ie/StagePlus] Fix m3u8 extraction (#7929)

Closes #7928
Authored by: bashonly

10 months ago[ie/Mzaalo] Improve `_VALID_URL`
bashonly [Fri, 25 Aug 2023 13:44:05 +0000 (08:44 -0500)] 
[ie/Mzaalo] Improve `_VALID_URL`

Authored by: bashonly

10 months ago[rh/urllib] Simplify gzip decoding (#7611)
Simon Sawicki [Sat, 26 Aug 2023 22:13:30 +0000 (00:13 +0200)] 
[rh/urllib] Simplify gzip decoding (#7611)

Authored by: Grub4K

10 months ago[docs] Update collaborators
Simon Sawicki [Sat, 26 Aug 2023 20:29:56 +0000 (22:29 +0200)] 
[docs] Update collaborators

Authored by: Grub4K

10 months ago[tests] Add tests for socks proxies (#7908)
coletdjnz [Fri, 25 Aug 2023 07:10:44 +0000 (07:10 +0000)] 
[tests] Add tests for socks proxies (#7908)

Authored by: coletdjnz

11 months ago[ie/wat.tv] Fix extraction (#7898)
Davin Kevin [Sun, 20 Aug 2023 17:25:49 +0000 (19:25 +0200)] 
[ie/wat.tv] Fix extraction (#7898)

Closes #7303
Authored by: davinkevin

11 months ago[ie/CBCPlayerPlaylist] Add extractor (#7870)
trainman261 [Sun, 20 Aug 2023 16:35:57 +0000 (18:35 +0200)] 
[ie/CBCPlayerPlaylist] Add extractor (#7870)

Authored by: trainman261

11 months ago[ie/zee5] Update access token endpoint (#7914)
bashonly [Sun, 20 Aug 2023 16:10:15 +0000 (11:10 -0500)] 
[ie/zee5] Update access token endpoint (#7914)

Closes #7911
Authored by: bashonly

11 months ago[ie/tbsjp] Add episode, program, playlist extractors (#7765)
garret [Mon, 14 Aug 2023 18:29:04 +0000 (19:29 +0100)] 
[ie/tbsjp] Add episode, program, playlist extractors (#7765)

Authored by: garret1317

11 months ago[ie/CBCPlayer] Extract HLS formats and subtitles (#7484)
trainman261 [Sat, 12 Aug 2023 23:58:55 +0000 (01:58 +0200)] 
[ie/CBCPlayer] Extract HLS formats and subtitles (#7484)

Authored by: trainman261

11 months ago[cookies] Containers JSON should be opened as utf-8 (#7800)
bashonly [Sat, 12 Aug 2023 21:30:23 +0000 (16:30 -0500)] 
[cookies] Containers JSON should be opened as utf-8 (#7800)

Closes #7797
Authored by: bashonly

11 months ago[ie/youtube] Fix consent cookie (#7774)
coletdjnz [Sat, 12 Aug 2023 04:26:08 +0000 (16:26 +1200)] 
[ie/youtube] Fix consent cookie (#7774)

Fixes #7594

Authored by: coletdjnz

11 months ago[networking] Add request handler preference framework (#7603)
coletdjnz [Fri, 4 Aug 2023 22:17:48 +0000 (10:17 +1200)] 
[networking] Add request handler preference framework (#7603)

Preference functions that take a request and a request handler instance can be registered to prioritize different request handlers per request.

Authored by: coletdjnz
Co-authored-by: pukkandan <redacted>