]> jfr.im git - yt-dlp.git/log
yt-dlp.git
18 months agoRelease 2023.01.02
pukkandan [Mon, 2 Jan 2023 14:37:07 +0000 (20:07 +0530)] 
Release 2023.01.02

18 months ago[cleanup] Misc
pukkandan [Mon, 2 Jan 2023 14:09:03 +0000 (19:39 +0530)] 
[cleanup] Misc

Closes #5576, closes #5887

18 months ago[docs] Improvements
pukkandan [Mon, 2 Jan 2023 14:09:28 +0000 (19:39 +0530)] 
[docs] Improvements

Closes #5846, closes #5774

18 months ago[extractor/generic] Decode unicode-escaped embed URLs (#5919)
bashonly [Mon, 2 Jan 2023 14:06:01 +0000 (08:06 -0600)] 
[extractor/generic] Decode unicode-escaped embed URLs (#5919)

Authored by: bashonly
Closes #5854

18 months agoUpdate to ytdl-commit-195f22f6
Simon Sawicki [Mon, 2 Jan 2023 13:45:36 +0000 (14:45 +0100)] 
Update to ytdl-commit-195f22f6

[generic] Improve KVS (etc) extraction
https://github.com/ytdl-org/youtube-dl/commit/195f22f679330549882a8234e7234942893a4902

Closes #3716
Authored by: Grub4k, pukkandan

18 months agoAdd `--enable-file-urls` (#5917)
Matthew [Mon, 2 Jan 2023 06:05:13 +0000 (06:05 +0000)] 
Add `--enable-file-urls` (#5917)

Closes https://github.com/yt-dlp/yt-dlp/issues/3675

Authored by: coletdjnz

18 months ago[extractor/iqiyi] Fix `Iq` JS regex (#5922)
bashonly [Mon, 2 Jan 2023 05:50:37 +0000 (05:50 +0000)] 
[extractor/iqiyi] Fix `Iq` JS regex (#5922)

Closes #5702
Authored by: bashonly

18 months ago[extractor/fifa] Fix Preplay extraction (#5921)
bashonly [Mon, 2 Jan 2023 05:46:06 +0000 (05:46 +0000)] 
[extractor/fifa] Fix Preplay extraction (#5921)

Closes #5839
Authored by: dirkf

18 months ago[extractor/odnoklassniki] Extract subtitles (#5920)
bashonly [Mon, 2 Jan 2023 05:44:54 +0000 (05:44 +0000)] 
[extractor/odnoklassniki] Extract subtitles (#5920)

Closes #5744
Authored by: bashonly

18 months agoImprove handling for overriding extractors with plugins (#5916)
Matthew [Mon, 2 Jan 2023 04:55:11 +0000 (04:55 +0000)] 
Improve handling for overriding extractors with plugins (#5916)

* Extractors replaced with plugin extractors now show in debug output
* Better testcase handling
* Added documentation
Authored by: coletdjnz, pukkandan

18 months ago[downloader/aria2c] Native progress for aria2c via RPC (#3724)
Lesmiscore [Sun, 1 Jan 2023 17:16:25 +0000 (02:16 +0900)] 
[downloader/aria2c] Native progress for aria2c via RPC (#3724)

Authored by: Lesmiscore, pukkandan

Closes #2038

18 months agoFix bug in 119e40ef64b25f66a39246e87ce6c143cd34276d
pukkandan [Sun, 1 Jan 2023 11:31:48 +0000 (17:01 +0530)] 
Fix bug in 119e40ef64b25f66a39246e87ce6c143cd34276d

18 months ago[extractor/biliintl:series] Make partial download of series faster
pukkandan [Sun, 1 Jan 2023 09:09:58 +0000 (14:39 +0530)] 
[extractor/biliintl:series] Make partial download of series faster

18 months ago[extractor/embedly] Handle vimeo embeds
pukkandan [Sun, 1 Jan 2023 08:40:51 +0000 (14:10 +0530)] 
[extractor/embedly] Handle vimeo embeds

Closes #3360

18 months agoAdd `--compat-options 2021,2022`
pukkandan [Sun, 1 Jan 2023 08:12:43 +0000 (13:42 +0530)] 
Add `--compat-options 2021,2022`

Use these to guard against future compat changes. This allows devs to
change defaults and make other potentially breaking changes more easily.
If you need everything to work exactly as-is, put this in your config

18 months agoAdd message when there are no subtitles/thumbnails
pukkandan [Sun, 1 Jan 2023 08:02:05 +0000 (13:32 +0530)] 
Add message when there are no subtitles/thumbnails

Closes #5551

18 months ago[utils] `get_exe_version`: Detect broken executables
pukkandan [Sun, 1 Jan 2023 08:41:14 +0000 (14:11 +0530)] 
[utils] `get_exe_version`: Detect broken executables

Authored by: dirkf, pukkandan
Closes #5561

18 months ago[extractor/generic] Use `Accept-Encoding: identity` for initial request
coletdjnz [Sun, 1 Jan 2023 05:40:26 +0000 (18:40 +1300)] 
[extractor/generic] Use `Accept-Encoding: identity` for initial request

The existing comment seems to imply this was the desired behavior from the beginning.

Partial fix for https://github.com/yt-dlp/yt-dlp/issues/5855, https://github.com/yt-dlp/yt-dlp/issues/5851, https://github.com/yt-dlp/yt-dlp/issues/4748

18 months agoImprove plugin architecture (#5553)
Matthew [Sun, 1 Jan 2023 04:29:22 +0000 (04:29 +0000)] 
Improve plugin architecture (#5553)

to make plugins easier to develop and use:
* Plugins are now loaded as namespace packages.
* Plugins can be loaded in any distribution of yt-dlp (binary, pip, source, etc.).
* Plugin packages can be installed and managed via pip, or dropped into any of the documented locations.
* Users do not need to edit any code files to install plugins.
* Backwards-compatible with previous plugin architecture.

As a side-effect, yt-dlp will now search in a few more locations for config files.

Closes https://github.com/yt-dlp/yt-dlp/issues/1389

Authored by: flashdagger, coletdjnz, pukkandan, Grub4K
Co-authored-by: Marcel <redacted>
Co-authored-by: pukkandan <redacted>
Co-authored-by: Simon Sawicki <redacted>
18 months ago[update] Workaround #5632
pukkandan [Sat, 31 Dec 2022 05:32:24 +0000 (11:02 +0530)] 
[update] Workaround #5632

18 months ago[extractor/bandcamp] Add `album_artist` (#5537)
Stel Abrego [Sat, 31 Dec 2022 04:58:33 +0000 (20:58 -0800)] 
[extractor/bandcamp] Add `album_artist` (#5537)

Closes #5536
Authored by: stelcodes

18 months ago[extractor/udemy] Fix lectures that have no URL and detect DRM
pukkandan [Sat, 31 Dec 2022 04:15:12 +0000 (09:45 +0530)] 
[extractor/udemy] Fix lectures that have no URL and detect DRM

Closes #5662

18 months ago[extractor/youtube] Extract DRC formats
pukkandan [Fri, 30 Dec 2022 10:02:33 +0000 (15:32 +0530)] 
[extractor/youtube] Extract DRC formats

18 months agoAdd `weba` to known extensions
pukkandan [Fri, 30 Dec 2022 10:00:56 +0000 (15:30 +0530)] 
Add `weba` to known extensions

18 months agoFix bug in writing playlist info-json
pukkandan [Fri, 30 Dec 2022 08:37:11 +0000 (14:07 +0530)] 
Fix bug in writing playlist info-json

Closes #4889

18 months ago[extractor/bilibili] Fix `--no-playlist` for anthology
pukkandan [Fri, 30 Dec 2022 06:27:33 +0000 (11:57 +0530)] 
[extractor/bilibili] Fix `--no-playlist` for anthology

Closes #5797

18 months ago[utils] js_to_json: Fix bug in f55523c (#5771)
ChillingPepper [Fri, 30 Dec 2022 06:38:38 +0000 (07:38 +0100)] 
[utils] js_to_json: Fix bug in f55523c (#5771)

Authored by: ChillingPepper, pukkandan

18 months agoLet `--parse/replace-in-metadata` run at any post-processing stage
pukkandan [Fri, 30 Dec 2022 05:31:14 +0000 (11:01 +0530)] 
Let `--parse/replace-in-metadata` run at any post-processing stage

Closes #5808, #456

18 months agoAdd pre-processor stage `video`
pukkandan [Fri, 30 Dec 2022 05:45:41 +0000 (11:15 +0530)] 
Add pre-processor stage `video`

Related: #456, #5808

18 months ago[extractor/stv] Detect DRM
pukkandan [Fri, 30 Dec 2022 04:42:13 +0000 (10:12 +0530)] 
[extractor/stv] Detect DRM

Closes #5320

18 months ago[cleanup] Use `random.choices` (#5800)
Anant Murmu [Fri, 30 Dec 2022 02:43:49 +0000 (08:13 +0530)] 
[cleanup] Use `random.choices` (#5800)

Authored by: freezboltz

18 months ago[extractor/soundcloud] Support user permalink (#5842)
nosoop [Thu, 29 Dec 2022 18:46:43 +0000 (10:46 -0800)] 
[extractor/soundcloud] Support user permalink (#5842)

Closes #5841
Authored by: nosoop

18 months ago[extractor/BiliLive] Fix extractor
Lesmiscore [Thu, 29 Dec 2022 18:01:22 +0000 (03:01 +0900)] 
[extractor/BiliLive] Fix extractor

- Remove unnecessary group in `_VALID_URL`
- This extractor always returns livestreams

18 months ago[extractor/kick] Add extractor (#5736)
bashonly [Thu, 29 Dec 2022 17:31:01 +0000 (17:31 +0000)] 
[extractor/kick] Add extractor (#5736)

Closes #5722
Authored by: bashonly

18 months ago[extractor/wistia] Improve extension detection (#5415)
bashonly [Thu, 29 Dec 2022 16:32:54 +0000 (16:32 +0000)] 
[extractor/wistia] Improve extension detection (#5415)

Closes #5053
Authored by: bashonly, Grub4k, pukkandan

18 months ago[extractor/amazon] Add `AmazonReviews` extractor (#5857)
bashonly [Thu, 29 Dec 2022 15:04:09 +0000 (15:04 +0000)] 
[extractor/amazon] Add `AmazonReviews` extractor (#5857)

Closes #5766
Authored by: bashonly

18 months ago[extractor/videoken] Add extractors (#5824)
bashonly [Thu, 29 Dec 2022 14:29:08 +0000 (14:29 +0000)] 
[extractor/videoken] Add extractors (#5824)

Closes #5818
Authored by: bashonly

18 months ago[extractor/slideslive] Support embeds and slides (#5784)
bashonly [Thu, 29 Dec 2022 12:03:03 +0000 (12:03 +0000)] 
[extractor/slideslive] Support embeds and slides (#5784)

Authored by: bashonly, Grub4K, pukkandan

18 months ago[extractor/twitcasting] Fix videos with password (#5894)
Sam [Thu, 29 Dec 2022 11:15:38 +0000 (06:15 -0500)] 
[extractor/twitcasting] Fix videos with password (#5894)

Closes #5888
Authored by: bashonly, Spicadox

18 months ago[extractor/netverse] Add `NetverseSearch` extractor (#5838)
HobbyistDev [Thu, 29 Dec 2022 08:12:07 +0000 (17:12 +0900)] 
[extractor/netverse] Add `NetverseSearch` extractor (#5838)

Authored by: HobbyistDev

18 months ago[extractor/spankbang] Fix extractor (#5791)
JChris246 [Thu, 29 Dec 2022 08:08:22 +0000 (04:08 -0400)] 
[extractor/spankbang] Fix extractor (#5791)

Authored by: JChris246
Closes #5731

18 months ago[extractor/curiositystream] Fix auth (#5730)
monnef [Thu, 29 Dec 2022 07:47:23 +0000 (08:47 +0100)] 
[extractor/curiositystream] Fix auth (#5730)

Authored by: mnn

18 months ago[extractor/kankanews] Add extractor (#5729)
lkw123 [Thu, 29 Dec 2022 07:38:49 +0000 (15:38 +0800)] 
[extractor/kankanews] Add extractor (#5729)

Authored by: synthpop123

18 months ago[extractor/youku] Fix extractor (#5622)
Kurt Bestor [Thu, 29 Dec 2022 07:18:55 +0000 (16:18 +0900)] 
[extractor/youku] Fix extractor (#5622)

Closes #4456
Authored by: KurtBestor

18 months ago[extractor/ciscowebex] Support password-protected videos (#5601)
Damiano Amatruda [Thu, 29 Dec 2022 06:54:19 +0000 (07:54 +0100)] 
[extractor/ciscowebex] Support password-protected videos (#5601)

Authored by: damianoamatruda

18 months ago[extractor/polskieradio] Adapt to next.js redesigns (#5416)
lauren n. liberda [Tue, 27 Dec 2022 20:47:25 +0000 (21:47 +0100)] 
[extractor/polskieradio] Adapt to next.js redesigns (#5416)

Authored by: selfisekai

18 months ago[extractor/cda] Support premium and misc improvements (#5529)
lauren n. liberda [Tue, 27 Dec 2022 19:57:26 +0000 (20:57 +0100)] 
[extractor/cda] Support premium and misc improvements (#5529)

* Fix cache for non-ASCII key
* Improve error messages
* Better UA for fingerprint bypass

Authored by: selfisekai

18 months ago[extractor/ArteTV] Extract chapters (#5879)
chris [Tue, 27 Dec 2022 19:52:58 +0000 (20:52 +0100)] 
[extractor/ArteTV] Extract chapters (#5879)

Authored by: iw0nderhow, bashonly

18 months ago[extractor/beatbump] Add extractors (#5304)
Bobscorn [Tue, 27 Dec 2022 07:04:56 +0000 (20:04 +1300)] 
[extractor/beatbump] Add extractors (#5304)

Authored by: Bobscorn, pukkandan
Closes #4653

18 months ago[extractor/urplay] Support for audio-only formats (#4606)
barsnick [Tue, 27 Dec 2022 06:34:01 +0000 (07:34 +0100)] 
[extractor/urplay] Support for audio-only formats (#4606)

Closes #4605
Authored by: barsnick

18 months ago[extractor/trtcocuk] Add extractor (#5009)
HobbyistDev [Tue, 27 Dec 2022 06:25:09 +0000 (15:25 +0900)] 
[extractor/trtcocuk] Add extractor (#5009)

Closes #2635
Authored by: HobbyistDev

18 months agoFix 9012d20b23b01827c8d75b460da22485c5cc80ef
pukkandan [Tue, 27 Dec 2022 04:43:22 +0000 (10:13 +0530)] 
Fix 9012d20b23b01827c8d75b460da22485c5cc80ef

18 months ago[extractor/mixch] Support `--wait-for-video`
pukkandan [Mon, 26 Dec 2022 21:31:08 +0000 (03:01 +0530)] 
[extractor/mixch] Support `--wait-for-video`

18 months ago[extractor/ARD] Add vtt subtitles (#5835)
Giulio Muscarello [Sat, 24 Dec 2022 10:49:10 +0000 (11:49 +0100)] 
[extractor/ARD] Add vtt subtitles (#5835)

Authored by: CapacitorSet

18 months ago[extractor/bilibili] Improve `_VALID_URL` (#5820)
skbeh [Sat, 24 Dec 2022 10:47:37 +0000 (18:47 +0800)] 
[extractor/bilibili] Improve `_VALID_URL` (#5820)

Authored by: skbeh

18 months agoFix `original_url` in playlists
pukkandan [Wed, 21 Dec 2022 15:00:26 +0000 (20:30 +0530)] 
Fix `original_url` in playlists

18 months ago[FFmpegVideoConvertor] Add `gif` to `--recode-video`
pukkandan [Mon, 19 Dec 2022 19:11:45 +0000 (00:41 +0530)] 
[FFmpegVideoConvertor] Add `gif` to `--recode-video`

18 months ago[extractor] Let `_extract_format` functions obey `--ignore-no-formats`
pukkandan [Thu, 15 Dec 2022 14:28:57 +0000 (19:58 +0530)] 
[extractor] Let `_extract_format` functions obey `--ignore-no-formats`

19 months ago[extractor/reddit] Extract crossposted media (#5801)
bashonly [Wed, 21 Dec 2022 00:55:47 +0000 (00:55 +0000)] 
[extractor/reddit] Extract crossposted media (#5801)

Closes #5798
Authored by: bashonly

19 months agoDeprioritize HEVC-over-FLV formats (#5823)
Lesmiscore [Mon, 19 Dec 2022 02:36:14 +0000 (11:36 +0900)] 
Deprioritize HEVC-over-FLV formats (#5823)

Authored by: Lesmiscore

19 months ago[extractor/youtube:tab] Extract metadata from channel items (#5569)
Matthew [Mon, 12 Dec 2022 23:08:14 +0000 (23:08 +0000)] 
[extractor/youtube:tab] Extract metadata from channel items (#5569)

Authored by: coletdjnz

19 months ago[extractor/oneplace] Add OnePlacePodcast extractor (#5549)
HobbyistDev [Sat, 10 Dec 2022 13:40:24 +0000 (22:40 +0900)] 
[extractor/oneplace] Add OnePlacePodcast extractor (#5549)

Closes #5543
Authored by: HobbyistDev

19 months ago[extractor/rutube] Support private videos (#5761)
Denis [Sat, 10 Dec 2022 13:17:01 +0000 (16:17 +0300)] 
[extractor/rutube] Support private videos (#5761)

Authored by: mexus

19 months ago[extractor/netverse] Extract comments (#5568)
HobbyistDev [Sat, 10 Dec 2022 08:47:06 +0000 (17:47 +0900)] 
[extractor/netverse] Extract comments (#5568)

Authored by: HobbyistDev

19 months ago[extractor/europarl] Add EuroParlWebstream Extractor (#5547)
HobbyistDev [Sat, 10 Dec 2022 08:44:43 +0000 (17:44 +0900)] 
[extractor/europarl] Add EuroParlWebstream Extractor (#5547)

Authored by: HobbyistDev
Closes #4933

19 months ago[extractor/nosnl] Add support for /video (#5590)
HobbyistDev [Sat, 10 Dec 2022 08:34:55 +0000 (17:34 +0900)] 
[extractor/nosnl] Add support for /video (#5590)

Authored by: HobbyistDev

19 months ago[extractor/airtv] Add extractor (#5533)
HobbyistDev [Sat, 10 Dec 2022 08:29:13 +0000 (17:29 +0900)] 
[extractor/airtv] Add extractor (#5533)

Authored by: HobbyistDev
Closes #5132

19 months ago[extractor/pinterest] Fix extractor (#5739)
bashonly [Fri, 9 Dec 2022 23:46:04 +0000 (23:46 +0000)] 
[extractor/pinterest] Fix extractor (#5739)

Closes #1772
Authored by: bashonly

19 months ago[extractor/foxsports] Fix extractor (#5719)
bashonly [Fri, 9 Dec 2022 23:43:10 +0000 (23:43 +0000)] 
[extractor/foxsports] Fix extractor (#5719)

Closes #5714
Authored by: bashonly

19 months ago[extractor/twitter] Heed `--no-playlist` for multi-video tweets (#5757)
bashonly [Fri, 9 Dec 2022 23:41:45 +0000 (23:41 +0000)] 
[extractor/twitter] Heed `--no-playlist` for multi-video tweets (#5757)

Closes #5752
Authored by: bashonly, Grub4K

19 months ago[downloader/ffmpeg] Fix headers for video+audio formats (#5659)
bashonly [Fri, 9 Dec 2022 23:36:38 +0000 (23:36 +0000)] 
[downloader/ffmpeg] Fix headers for video+audio formats (#5659)

Authored by: bashonly, Grub4K

19 months ago[extractor/slideslive] Fix extractor (#5737)
bashonly [Fri, 9 Dec 2022 23:25:37 +0000 (23:25 +0000)] 
[extractor/slideslive] Fix extractor (#5737)

Closes #1532
Authored by: bashonly, Grub4K

19 months ago[extractor/hotstar] Improve format metadata
pukkandan [Fri, 9 Dec 2022 09:47:51 +0000 (15:17 +0530)] 
[extractor/hotstar] Improve format metadata

19 months agoAdd `ac4` to known codecs
pukkandan [Fri, 9 Dec 2022 09:47:16 +0000 (15:17 +0530)] 
Add `ac4` to known codecs

Note: ffmpeg does not currently support this format

Related #5738

19 months ago[extractor/mediaset] Better embed detection and error messages (#5664)
nixxo [Fri, 9 Dec 2022 07:20:37 +0000 (08:20 +0100)] 
[extractor/mediaset] Better embed detection and error messages (#5664)

Authored by: nixxo

19 months ago[extractor/yle_areena] Support restricted videos (#5735)
Vita [Fri, 9 Dec 2022 06:03:36 +0000 (07:03 +0100)] 
[extractor/yle_areena] Support restricted videos (#5735)

* and improve metadata

Closes #5734
Authored by: docbender

19 months ago[extractor/mediastream] Add extractor (#5640)
Elyse [Thu, 8 Dec 2022 21:17:21 +0000 (15:17 -0600)] 
[extractor/mediastream] Add extractor (#5640)

Closes #5532, closes #4431, closes #4425
Authored by: elyse0, HobbyistDev

Co-authored-by: HobbyistDev <redacted>
19 months ago[jsinterp] Escape regex that looks like nested set
pukkandan [Thu, 8 Dec 2022 17:12:49 +0000 (22:42 +0530)] 
[jsinterp] Escape regex that looks like nested set

Closes #5749

19 months ago[extractor/webcamerapl] Add extractor (#5715)
milkknife [Thu, 8 Dec 2022 16:56:36 +0000 (17:56 +0100)] 
[extractor/webcamerapl] Add extractor (#5715)

Authored by: milkknife

19 months ago[extractor/la7] Improve extractor (#5538)
nixxo [Thu, 8 Dec 2022 16:52:19 +0000 (17:52 +0100)] 
[extractor/la7] Improve extractor (#5538)

Authored by: nixxo
Closes #5360

19 months ago[extractor/rumble] Add RumbleIE extractor (#5515)
MMM [Thu, 8 Dec 2022 16:32:17 +0000 (17:32 +0100)] 
[extractor/rumble] Add RumbleIE extractor (#5515)

Closes #2846
Authored by: flashdagger

19 months ago[extractor/noice] Add NoicePodcast extractor (#5621)
HobbyistDev [Thu, 8 Dec 2022 13:58:36 +0000 (22:58 +0900)] 
[extractor/noice] Add NoicePodcast extractor (#5621)

Authored by: HobbyistDev

19 months ago[extractor/xiami] Remove extractors (#5711)
lkw123 [Thu, 8 Dec 2022 12:43:29 +0000 (20:43 +0800)] 
[extractor/xiami] Remove extractors (#5711)

Authored by: synthpop123

19 months ago[extractor/plutotv] Fix videos with non-zero start (#5745)
David Turner [Thu, 8 Dec 2022 12:38:52 +0000 (12:38 +0000)] 
[extractor/plutotv] Fix videos with non-zero start (#5745)

Authored by: digitall

19 months ago[extractor/sibnet] Separate from VKIE
pukkandan [Thu, 8 Dec 2022 11:47:16 +0000 (17:17 +0530)] 
[extractor/sibnet] Separate from VKIE

Fixes https://github.com/yt-dlp/yt-dlp/commit/bfd973ece3369c593b5e82a88cc16de80088a73e#commitcomment-91834251

19 months agoFix `--cookies-from-browser` CLI parsing
pukkandan [Mon, 5 Dec 2022 19:05:08 +0000 (00:35 +0530)] 
Fix `--cookies-from-browser` CLI parsing

Closes #5716

19 months ago[extractor/tiktok] Update `_VALID_URL`, add `api_hostname` arg (#5708)
bashonly [Sun, 4 Dec 2022 22:30:31 +0000 (22:30 +0000)] 
[extractor/tiktok] Update `_VALID_URL`, add `api_hostname` arg (#5708)

Closes #5706
Authored by: bashonly

19 months ago[utils] windows_enable_vt_mode: Proper implementation
pukkandan [Sun, 4 Dec 2022 19:36:37 +0000 (01:06 +0530)] 
[utils] windows_enable_vt_mode: Proper implementation

Authored by: Grub4K

19 months ago[cleanup] Misc
pukkandan [Wed, 30 Nov 2022 06:04:51 +0000 (11:34 +0530)] 
[cleanup] Misc

19 months ago[extractor/tiktok] Update API hostname (#5690)
Benjamin Ryan [Fri, 2 Dec 2022 09:38:00 +0000 (03:38 -0600)] 
[extractor/tiktok] Update API hostname (#5690)

Closes #5688
Authored by: redraskal

19 months ago[extractor/swearnet] Fix description bug (#5681)
bashonly [Thu, 1 Dec 2022 11:24:43 +0000 (11:24 +0000)] 
[extractor/swearnet] Fix description bug (#5681)

Bug in 049565df2e24d9611a9ffdd033c80a6dafdabbe0
Closes #5643
Authoried by: bashonly

19 months ago[extractor/reddit] Extract video embeds in text posts (#5677)
bashonly [Thu, 1 Dec 2022 04:04:32 +0000 (04:04 +0000)] 
[extractor/reddit] Extract video embeds in text posts (#5677)

Closes #5612
Authored by: bashonly

19 months ago[extractor/tiktok] Fix subs, `DouyinIE`, improve `_VALID_URL` (#5676)
bashonly [Thu, 1 Dec 2022 04:00:32 +0000 (04:00 +0000)] 
[extractor/tiktok] Fix subs, `DouyinIE`, improve `_VALID_URL` (#5676)

Closes #5665, Closes #2267
Authored by: bashonly

19 months ago[utils] Make `ExtractorError` mutable
pukkandan [Wed, 30 Nov 2022 00:40:26 +0000 (06:10 +0530)] 
[utils] Make `ExtractorError` mutable

19 months ago[extractor/youtube] Subtitles cannot be translated to `und`
pukkandan [Tue, 29 Nov 2022 23:47:45 +0000 (05:17 +0530)] 
[extractor/youtube] Subtitles cannot be translated to `und`

Closes #5674

19 months ago[extractor/amazonminitv] Cleanup 48652590ec401f4e747a5e51552cdcac20744aa1
pukkandan [Tue, 29 Nov 2022 02:20:58 +0000 (07:50 +0530)] 
[extractor/amazonminitv] Cleanup 48652590ec401f4e747a5e51552cdcac20744aa1

19 months ago[extractor/amazonminitv] Add extractors (#3628)
alexia [Mon, 28 Nov 2022 02:36:18 +0000 (03:36 +0100)] 
[extractor/amazonminitv] Add extractors (#3628)

Authored by: nyuszika7h, GautamMKGarg

19 months ago[extractor/youporn] Fix metadata (#2768)
marieell [Sat, 26 Nov 2022 02:30:25 +0000 (03:30 +0100)] 
[extractor/youporn] Fix metadata (#2768)

Authored by: marieell

19 months ago[extractor/naver] Treat fan subtitles as separate language
pukkandan [Fri, 25 Nov 2022 10:40:23 +0000 (16:10 +0530)] 
[extractor/naver] Treat fan subtitles as separate language

Closes #5467

19 months ago[extractor/gronkh] Fix `_VALID_URL` (#5628)
Mudassir Chapra [Thu, 24 Nov 2022 15:34:45 +0000 (20:34 +0500)] 
[extractor/gronkh] Fix `_VALID_URL` (#5628)

Closes #5531
Authored by: muddi900