]> jfr.im git - yt-dlp.git/log
yt-dlp.git
2 years ago[build] Improve release process (#880)
pukkandan [Fri, 24 Sep 2021 01:01:43 +0000 (06:31 +0530)] 
[build] Improve release process (#880)

* Automate more of the release process by animelover1984, pukkandan - closes #823
* Fix sha256 by nihil-admirari - closes #385
* Bring back brew taps by nao20010128nao #865
* Provide `--onedir` zip for windows by pukkandan - Closes #1024, #661, #705 and #890

Authored by: pukkandan, animelover1984, nihil-admirari, nao20010128nao

2 years ago[Arte] Improve description extraction (#1046)
renalid [Fri, 24 Sep 2021 00:56:15 +0000 (02:56 +0200)] 
[Arte] Improve description extraction (#1046)

Authored by: renalid

2 years ago[Theta] Add extractor (#1068)
Aleri Kaisattera [Fri, 24 Sep 2021 00:53:51 +0000 (06:53 +0600)] 
[Theta] Add extractor (#1068)

Authored by: alerikaisattera

2 years ago[youtube] Cleanup authentication code (#786)
coletdjnz [Fri, 24 Sep 2021 00:52:17 +0000 (00:52 +0000)] 
[youtube] Cleanup authentication code (#786)

Authored by: coletdjnz

2 years ago[xattr] bugfix for b19404591a8ad4d0c7e962931ea809221e3f0b8e
pukkandan [Fri, 24 Sep 2021 00:50:42 +0000 (06:20 +0530)] 
[xattr] bugfix for b19404591a8ad4d0c7e962931ea809221e3f0b8e

2 years agoSeparate the options `--ignore-errors` and `--no-abort-on-error`
pukkandan [Fri, 24 Sep 2021 00:21:54 +0000 (05:51 +0530)] 
Separate the options `--ignore-errors` and `--no-abort-on-error`

In youtube-dl, `-i` ignores both download and post-processing error, and
treats the download as successful even if the post-processor fails.

yt-dlp used to skip the entire video on either error and there was no
option to ignore the post-processing errors like youtube-dl does.

By splitting the option into two, now either just the download errors
(--no-abort-on-error, default on CLI) or all errors (--ignore-errors)
can be ignored as per the users' needs

Closes #893

2 years agoIgnore empty entries in `_list_from_options_callback`
pukkandan [Thu, 23 Sep 2021 23:40:33 +0000 (05:10 +0530)] 
Ignore empty entries in `_list_from_options_callback`

2 years agoDownload subtitles in order of `--sub-langs`
pukkandan [Thu, 23 Sep 2021 23:40:04 +0000 (05:10 +0530)] 
Download subtitles in order of `--sub-langs`
Closes #1041

2 years ago[cbs] Report appropriate error for DRM
pukkandan [Thu, 23 Sep 2021 22:39:03 +0000 (04:09 +0530)] 
[cbs] Report appropriate error for DRM
Closes #1056

2 years agobugfix for bd50a52b0d7247cdbf205eb851ce33ae4b89c516
pukkandan [Thu, 23 Sep 2021 22:05:29 +0000 (03:35 +0530)] 
bugfix for bd50a52b0d7247cdbf205eb851ce33ae4b89c516

2 years ago[youtube] Fix `--mark-watched` with `--cookies-from-browser`
pukkandan [Thu, 23 Sep 2021 20:46:03 +0000 (02:16 +0530)] 
[youtube] Fix `--mark-watched` with `--cookies-from-browser`
Closes #1019

2 years ago[lbry] Show error message from API response
pukkandan [Thu, 23 Sep 2021 11:41:43 +0000 (17:11 +0530)] 
[lbry] Show error message from API response

2 years ago[Koo] Add extractor (#1044)
Ashish Gupta [Thu, 23 Sep 2021 18:15:17 +0000 (23:45 +0530)] 
[Koo] Add extractor (#1044)

Authored by: Ashish0804

2 years ago[Chingari] Add extractors (#1038)
Ashish Gupta [Thu, 23 Sep 2021 18:01:55 +0000 (23:31 +0530)] 
[Chingari] Add extractors (#1038)

Authored by: Ashish0804

2 years ago[atv.at] Use jwt for API (#1012)
NeroBurner [Thu, 23 Sep 2021 17:40:51 +0000 (19:40 +0200)] 
[atv.at] Use jwt for API (#1012)

The jwt token is implemented according to RFC7519

Closes #988
Authored by: NeroBurner

2 years ago[downloader/niconico] Pass custom headers (#1063)
The Hatsune Daishi [Thu, 23 Sep 2021 09:06:48 +0000 (18:06 +0900)] 
[downloader/niconico] Pass custom headers (#1063)

Closes #1057
Authored by: nao20010128nao

2 years ago[cleanup] Fix line endings for `nebula.py` (#1064)
Glenn Slayden [Thu, 23 Sep 2021 09:05:01 +0000 (02:05 -0700)] 
[cleanup] Fix line endings for `nebula.py` (#1064)

:ci skip
Authored by: glenn-slayden

2 years ago[Hotstar] Add referer for subs (#1062)
Ashish Gupta [Thu, 23 Sep 2021 09:00:49 +0000 (14:30 +0530)] 
[Hotstar] Add referer for subs (#1062)

Authored by: Ashish0804

2 years agobugfix for a21e0ab1a1a03f82517cd8cec4b9a2b4d6b81ac3
pukkandan [Thu, 23 Sep 2021 06:18:49 +0000 (11:48 +0530)] 
bugfix for a21e0ab1a1a03f82517cd8cec4b9a2b4d6b81ac3
Closes #1061

2 years ago[comedycentral] Support `collection-playlist` (#1058)
nixxo [Thu, 23 Sep 2021 06:15:54 +0000 (08:15 +0200)] 
[comedycentral] Support `collection-playlist` (#1058)

Authored by: nixxo

2 years ago[ffmpeg] Add `aac_adtstoasc` when merging if needed
pukkandan [Wed, 22 Sep 2021 14:21:40 +0000 (19:51 +0530)] 
[ffmpeg] Add `aac_adtstoasc` when merging if needed
Related: #1039

2 years ago[reddit] Workaround for 429 by redirecting to old.reddit.com
pukkandan [Wed, 22 Sep 2021 14:20:24 +0000 (19:50 +0530)] 
[reddit] Workaround for 429 by redirecting to old.reddit.com
Closes #1014

2 years agoBasic framework for simultaneous download of multiple formats (#1036)
The Hatsune Daishi [Wed, 22 Sep 2021 14:12:04 +0000 (23:12 +0900)] 
Basic framework for simultaneous download of multiple formats (#1036)

Authored by: nao20010128nao

2 years ago[AnimalPlanet] Fix extractor (#1050)
Sipherdrakon [Wed, 22 Sep 2021 14:09:45 +0000 (10:09 -0400)] 
[AnimalPlanet] Fix extractor (#1050)

Authored by: Sipherdrakon

2 years ago[SovietsCloset] Fix playlists for games with only named categories
ChillingPepper [Wed, 22 Sep 2021 02:10:02 +0000 (04:10 +0200)] 
[SovietsCloset] Fix playlists for games with only named categories

Authored by: ConquerorDopy

2 years ago[docs,cleanup] Add deprecation warning in docs
pukkandan [Wed, 22 Sep 2021 00:20:11 +0000 (05:50 +0530)] 
[docs,cleanup] Add deprecation warning in docs
for some counter intuitive behaviour that may be removed in future.

and fix linter

2 years ago[youtube] Return full URL instead of just ID
pukkandan [Wed, 22 Sep 2021 00:05:39 +0000 (05:35 +0530)] 
[youtube] Return full URL instead of just ID

2 years ago[fragment,aria2c] Generalize and refactor some code
pukkandan [Tue, 21 Sep 2021 23:57:07 +0000 (05:27 +0530)] 
[fragment,aria2c] Generalize and refactor some code

2 years agodump files should obey `--trim-filename` (#1043)
pukkandan [Tue, 21 Sep 2021 23:55:17 +0000 (05:25 +0530)] 
dump files should obey `--trim-filename` (#1043)
Authored by: sulyi

2 years ago[fragment] Fix range header when using `-N` and media sequence (#1048)
pukkandan [Tue, 21 Sep 2021 22:46:50 +0000 (04:16 +0530)] 
[fragment] Fix range header when using `-N` and media sequence (#1048)
Authored by: shirt

2 years ago[fragment] Avoid repeated request for AES key
pukkandan [Tue, 21 Sep 2021 19:45:16 +0000 (01:15 +0530)] 
[fragment] Avoid repeated request for AES key

2 years ago[aria2c] Fix IV for some AES-128 streams
pukkandan [Tue, 21 Sep 2021 18:45:56 +0000 (00:15 +0530)] 
[aria2c] Fix IV for some AES-128 streams
Authored by: shirt

2 years ago[CBC] Fix CBC Gem extractors (#1013)
makeworld [Sun, 19 Sep 2021 22:13:26 +0000 (18:13 -0400)] 
[CBC] Fix CBC Gem extractors (#1013)

Closes #936
Authored by: makeworld-the-better-one

2 years ago[Peertube] Add channel extractor (#1023)
u-spec-png [Sun, 19 Sep 2021 17:47:41 +0000 (17:47 +0000)] 
[Peertube] Add channel extractor (#1023)

Authored by: u-spec-png

2 years ago[youtube] Warn when trying to download clips
pukkandan [Sun, 19 Sep 2021 14:07:47 +0000 (19:37 +0530)] 
[youtube] Warn when trying to download clips

2 years ago[test/cookies] Improve logging
pukkandan [Sun, 19 Sep 2021 14:09:01 +0000 (19:39 +0530)] 
[test/cookies] Improve logging

2 years ago[Nuvid] Fix extractor (#1022)
u-spec-png [Sun, 19 Sep 2021 12:26:29 +0000 (12:26 +0000)] 
[Nuvid] Fix extractor (#1022)

Fixes: https://github.com/ytdl-org/youtube-dl/issues/29886
Authored by: u-spec-png

2 years ago[aes] Add `aes_gcm_decrypt_and_verify` (#1020)
Ákos Sülyi [Sun, 19 Sep 2021 12:22:31 +0000 (14:22 +0200)] 
[aes] Add `aes_gcm_decrypt_and_verify` (#1020)

Authored by: sulyi, pukkandan

2 years ago[CGTN] Add extractor (#981)
Yuan Chao [Sun, 19 Sep 2021 12:18:22 +0000 (08:18 -0400)] 
[CGTN] Add extractor (#981)

Authored by: chao813

2 years ago[utils] Improve `extract_timezone`
pukkandan [Sun, 19 Sep 2021 12:15:41 +0000 (17:45 +0530)] 
[utils] Improve `extract_timezone`
Code taken from: https://github.com/ytdl-org/youtube-dl/pull/29845
Fixes: https://github.com/ytdl-org/youtube-dl/issues/29948
Authored by: dirkf

2 years ago[videa] Fix some extraction errors (#1028)
nyuszika7h [Sun, 19 Sep 2021 11:37:50 +0000 (13:37 +0200)] 
[videa] Fix some extraction errors (#1028)

Authored by: nyuszika7h

2 years ago[hls] Byterange + AES128 is supported by native downloader
pukkandan [Sun, 19 Sep 2021 08:50:20 +0000 (14:20 +0530)] 
[hls] Byterange + AES128 is supported by native downloader

2 years ago[Oreilly] Bugfix for 7738bd32722154a26f70006e0fe586f40d06e606
pukkandan [Sun, 19 Sep 2021 08:46:11 +0000 (14:16 +0530)] 
[Oreilly] Bugfix for 7738bd32722154a26f70006e0fe586f40d06e606

2 years ago[extractor] Fix root-relative URLs in MPD (#1006)
DigitalDJ [Sun, 19 Sep 2021 08:37:57 +0000 (18:07 +0930)] 
[extractor] Fix root-relative URLs in MPD (#1006)

Authored by: DigitalDJ

2 years ago[SponsorBlock] Improve merge algorithm (#999)
Nil Admirari [Sun, 19 Sep 2021 03:08:50 +0000 (03:08 +0000)] 
[SponsorBlock] Improve merge algorithm (#999)

Authored by: nihil-admirari

2 years ago[Oreilly] Handle new web url (#990)
Mohammad Khaled AbouElSherbini [Sat, 18 Sep 2021 11:33:06 +0000 (13:33 +0200)] 
[Oreilly] Handle new web url (#990)

The change in URL is most likely a server side issue. But we can work around it by a simple substitution

Authored by: MKSherbini

2 years agoAllow alternate fields in outtmpl
pukkandan [Sat, 18 Sep 2021 10:51:38 +0000 (16:21 +0530)] 
Allow alternate fields in outtmpl
Closes #899, #1004

2 years ago[damtomo] Add extractor (#992)
The Hatsune Daishi [Sat, 18 Sep 2021 05:55:17 +0000 (14:55 +0900)] 
[damtomo] Add extractor (#992)

Authored by: nao20010128nao

2 years ago[itv] Prefer last matching featureset (#1001)
coletdjnz [Fri, 17 Sep 2021 20:55:49 +0000 (20:55 +0000)] 
[itv] Prefer last matching featureset (#1001)

Bug fix for #986
Authored by: coletdjnz

2 years ago[CAM4] Add extractor (#1010)
Aleri Kaisattera [Fri, 17 Sep 2021 20:54:17 +0000 (02:54 +0600)] 
[CAM4] Add extractor (#1010)

Authored by: alerikaisattera

2 years ago[hls,aes] Fallback to native implementation for AES-CBC
pukkandan [Fri, 17 Sep 2021 19:21:27 +0000 (00:51 +0530)] 
[hls,aes] Fallback to native implementation for AES-CBC
and detect `Cryptodome` in addition to `Crypto`

Closes #935
Related: #938

2 years ago[options] Fix `--no-config` and refactor reading of config files
pukkandan [Mon, 13 Sep 2021 02:52:11 +0000 (08:22 +0530)] 
[options] Fix `--no-config` and refactor reading of config files
Closes #912, #914

2 years agoAdd format type `B` for outtmpl to treat the value as bytes
pukkandan [Fri, 17 Sep 2021 18:16:17 +0000 (23:46 +0530)] 
Add format type `B` for outtmpl to treat the value as bytes

This is useful to limit the filename to a certain number of bytes rather than characters
Closes #1003

2 years ago[Streamanity] Add Extractor (#984)
Aleri Kaisattera [Thu, 16 Sep 2021 18:15:10 +0000 (00:15 +0600)] 
[Streamanity] Add Extractor (#984)

Authored by: alerikaisattera

2 years ago[Mediaite] Add Extractor (#973)
Ashish Gupta [Thu, 16 Sep 2021 18:12:45 +0000 (23:42 +0530)] 
[Mediaite] Add Extractor (#973)

Closes #969
Authored by: Ashish0804

2 years ago[NDR] Rewrite NDRIE (#962)
Ashish Gupta [Thu, 16 Sep 2021 18:11:55 +0000 (23:41 +0530)] 
[NDR] Rewrite NDRIE (#962)

Closes #959
Authored by: Ashish0804

2 years ago[globo] Fix GloboIE (#994)
Ashish Gupta [Thu, 16 Sep 2021 17:31:39 +0000 (23:01 +0530)] 
[globo] Fix GloboIE (#994)

Closes #991
Authored by: Ashish0804

2 years agoAdd option `--netrc-location`
pukkandan [Wed, 15 Sep 2021 19:21:40 +0000 (00:51 +0530)] 
Add option `--netrc-location`
Closes #792, #963

2 years ago[compat] Don't ignore `HOME` (if set) on windows
pukkandan [Wed, 15 Sep 2021 19:04:18 +0000 (00:34 +0530)] 
[compat] Don't ignore `HOME` (if set) on windows
Related: #792

2 years ago[vrv] Don't raise error when thumbnails are missing
pukkandan [Wed, 15 Sep 2021 19:01:22 +0000 (00:31 +0530)] 
[vrv] Don't raise error when thumbnails are missing
Closes #983

2 years ago[soundcloud] Update `_CLIENT_ID`
pukkandan [Tue, 14 Sep 2021 18:51:22 +0000 (00:21 +0530)] 
[soundcloud] Update `_CLIENT_ID`
Related: #975

2 years ago[options] Strip spaces in list-like switches
pukkandan [Tue, 14 Sep 2021 06:33:26 +0000 (12:03 +0530)] 
[options] Strip spaces in list-like switches

2 years ago[HiDive] Fix extractor (#958)
Ashish Gupta [Wed, 15 Sep 2021 02:04:54 +0000 (07:34 +0530)] 
[HiDive] Fix extractor (#958)

Closes #952, #408
Authored by: Ashish0804

2 years ago[radlive] Add new extractor (#870)
nyuszika7h [Wed, 15 Sep 2021 01:45:10 +0000 (03:45 +0200)] 
[radlive] Add new extractor (#870)

Closes #312
Authored by: nyuszika7h

2 years ago[DIYNetwork] Support new format (#934)
Sipherdrakon [Wed, 15 Sep 2021 00:25:03 +0000 (20:25 -0400)] 
[DIYNetwork] Support new format (#934)

Authored by: Sipherdrakon

2 years ago[VrtNU] Handle login errors (#977)
LE [Tue, 14 Sep 2021 20:58:49 +0000 (16:58 -0400)] 
[VrtNU] Handle login errors (#977)

Authored by: llacb47

2 years ago[Mxplayer] Use mobile API (#966)
Ashish Gupta [Tue, 14 Sep 2021 20:53:36 +0000 (02:23 +0530)] 
[Mxplayer] Use mobile API (#966)

Authored by: Ashish0804

2 years ago[cleanup] Improve `make clean-test` (#972)
Ákos Sülyi [Tue, 14 Sep 2021 18:23:47 +0000 (20:23 +0200)] 
[cleanup] Improve `make clean-test` (#972)

Authored by: sulyi

2 years ago[Peertube] Add playlist extractor (#957)
u-spec-png [Tue, 14 Sep 2021 03:55:26 +0000 (03:55 +0000)] 
[Peertube] Add playlist extractor (#957)

Authored by: u-spec-png

2 years ago[Fancode] Fix live streams (#961)
zenerdi0de [Mon, 13 Sep 2021 15:40:32 +0000 (21:10 +0530)] 
[Fancode] Fix live streams (#961)

Authored by: zenerdi0de

2 years ago[ITV] Fix extractor, add subtitles and thumbnails (#913)
coletdjnz [Sun, 12 Sep 2021 20:56:19 +0000 (20:56 +0000)] 
[ITV] Fix extractor, add subtitles and thumbnails (#913)

Original PR: https://github.com/ytdl-org/youtube-dl/pull/28955 (see also https://github.com/ytdl-org/youtube-dl/issues/28906#issuecomment-831008270)

Closes #861, https://github.com/ytdl-org/youtube-dl/issues/28906, https://github.com/ytdl-org/youtube-dl/issues/29337, https://github.com/ytdl-org/youtube-dl/issues/29190, https://github.com/ytdl-org/youtube-dl/issues/28939, https://github.com/ytdl-org/youtube-dl/issues/29620

Authored-by: coletdjnz, sleaux-meaux, Vangelis66
2 years ago[peertube] Update instances (#957)
pukkandan [Sun, 12 Sep 2021 20:32:28 +0000 (02:02 +0530)] 
[peertube] Update instances (#957)
Authored by: u-spec-png

2 years ago[funimation] Fix for locations outside US
pukkandan [Sun, 12 Sep 2021 16:04:45 +0000 (21:34 +0530)] 
[funimation] Fix for locations outside US
Closes #868
Authored by: Jules-A, pukkandan

2 years ago[cookies] Make browser names case insensitive
pukkandan [Sat, 11 Sep 2021 12:19:03 +0000 (17:49 +0530)] 
[cookies] Make browser names case insensitive

2 years ago[brightcove] Extract subtitles from manifests
pukkandan [Sat, 11 Sep 2021 12:17:59 +0000 (17:47 +0530)] 
[brightcove] Extract subtitles from manifests

2 years agoFix `--compat-option no-direct-merge`
pukkandan [Sat, 11 Sep 2021 12:17:26 +0000 (17:47 +0530)] 
Fix `--compat-option no-direct-merge`

2 years ago[9Now] handle episodes of series (#896)
dalan [Sun, 12 Sep 2021 12:11:24 +0000 (22:11 +1000)] 
[9Now] handle episodes of series (#896)

Authored by: dalanmiller

2 years ago[TikTokUser] Fix extractor using mobile API (#925)
MinePlayersPE [Sun, 12 Sep 2021 06:21:59 +0000 (13:21 +0700)] 
[TikTokUser] Fix extractor using mobile API (#925)

and misc cleanup

Closes #859
Authored by: MinePlayersPE, llacb47

2 years ago[Newgrounds] Add `NewgroundsUserIE` and improve extractor (#942)
u-spec-png [Sun, 12 Sep 2021 05:37:44 +0000 (05:37 +0000)] 
[Newgrounds] Add `NewgroundsUserIE` and improve extractor (#942)

Authored by: u-spec-png

2 years ago[bilibili]Add BiliIntlIE and BiliIntlSeriesIE (#907)
Ashish Gupta [Sat, 11 Sep 2021 13:29:48 +0000 (18:59 +0530)] 
[bilibili]Add BiliIntlIE and BiliIntlSeriesIE (#907)

Closes #611
Authored by: Ashish0804

2 years ago[MuseScore] Add Extractor (#918)
Ashish Gupta [Sat, 11 Sep 2021 13:21:11 +0000 (18:51 +0530)] 
[MuseScore] Add Extractor (#918)

Closes #911
Authored by: Ashish0804

2 years ago[zype] Extract subtitles from the m3u8 manifest (#948)
Felix S [Sat, 11 Sep 2021 10:16:03 +0000 (10:16 +0000)] 
[zype] Extract subtitles from the m3u8 manifest (#948)

Closes #929
Authored by: fstirlitz

2 years ago[WebVTT] Adjust parser to accommodate PBS subtitles (#922)
pukkandan [Wed, 8 Sep 2021 10:40:10 +0000 (16:10 +0530)] 
[WebVTT] Adjust parser to accommodate PBS subtitles (#922)

Closes #921

2 years ago[nzherald] Add NZHeraldIE (#909)
coletdjnz [Tue, 7 Sep 2021 22:49:57 +0000 (22:49 +0000)] 
[nzherald] Add NZHeraldIE (#909)

Authored-by: coletdjnz
Related: https://github.com/ytdl-org/youtube-dl/issues/28267

2 years ago[pbs] Fix subtitle extraction (#813)
coletdjnz [Tue, 7 Sep 2021 20:59:20 +0000 (20:59 +0000)] 
[pbs] Fix subtitle extraction (#813)

Original PR: https://github.com/ytdl-org/youtube-dl/pull/24430, https://github.com/ytdl-org/youtube-dl/pull/17434
Closes: #836, https://github.com/ytdl-org/youtube-dl/issues/18796, https://github.com/ytdl-org/youtube-dl/issues/17273
Authored-by: coletdjnz, gesa, raphaeldore
2 years ago[Olympics] Add replay extractor (#905)
Ashish [Tue, 7 Sep 2021 17:35:27 +0000 (23:05 +0530)] 
[Olympics] Add replay extractor (#905)

Closes #897
Authored by: Ashish0804

2 years ago[Yandex] Add ZenYandexIE and ZenYandexChannelIE (#900)
Ashish [Tue, 7 Sep 2021 17:33:19 +0000 (23:03 +0530)] 
[Yandex] Add ZenYandexIE and ZenYandexChannelIE (#900)

Authored by: Ashish0804

2 years ago[gotostage] Add extractor (#883)
Poschi [Tue, 7 Sep 2021 17:11:56 +0000 (19:11 +0200)] 
[gotostage] Add extractor (#883)

Authored by: poschi3

2 years ago[youtube] Improvements to JS player extraction (See desc) (#860)
coletdjnz [Mon, 6 Sep 2021 07:26:41 +0000 (07:26 +0000)] 
[youtube] Improvements to JS player extraction (See desc) (#860)

* fallback player url extraction when it fails to be extracted from the webpage
* don't download js player unnecessarily for clients that don't require it
* try to extract js player url from any additional client configs
* ability to skip the js player usage/download using `player_skip=js`
* ability to skip the initial webpage download using `player_skip=webpage`

known issue:
* authentication for multi-channel accounts and multi-account cookies may not work correctly if the webpage or client configs are skipped
*  formats from the web client requiring signature decryption will be skipped if player js extraction is skipped

Authored by: coletdjnz

2 years ago[Mediaklikk] Add Extractor (#867)
coletdjnz [Mon, 6 Sep 2021 06:52:38 +0000 (06:52 +0000)] 
[Mediaklikk] Add Extractor (#867)

Original PR: https://github.com/ytdl-org/youtube-dl/pull/17453, https://github.com/ytdl-org/youtube-dl/pull/25098
Fixes: https://github.com/ytdl-org/youtube-dl/issues/21431
Authored-by: tmarki, mrx23dot, coletdjnz
2 years ago[tiktok] Use API to fetch higher quality video (#843)
MinePlayersPE [Sun, 5 Sep 2021 05:34:58 +0000 (12:34 +0700)] 
[tiktok] Use API to fetch higher quality video (#843)

Authored by: MinePlayersPE, llacb47

2 years ago[cleanup] Misc
pukkandan [Sun, 5 Sep 2021 05:46:23 +0000 (11:16 +0530)] 
[cleanup] Misc

2 years ago[soundcloud] Retry playlist pages on `502` error
pukkandan [Sun, 5 Sep 2021 04:57:49 +0000 (10:27 +0530)] 
[soundcloud] Retry playlist pages on `502` error
Closes #872

2 years ago[soundcloud] Make playlist extraction lazy
pukkandan [Sun, 5 Sep 2021 04:56:46 +0000 (10:26 +0530)] 
[soundcloud] Make playlist extraction lazy

2 years ago[dw] Fix extractor
pukkandan [Sun, 5 Sep 2021 01:33:27 +0000 (07:03 +0530)] 
[dw] Fix extractor
Closes #830

2 years ago[redtube] Fix exts
pukkandan [Sat, 4 Sep 2021 23:52:45 +0000 (05:22 +0530)] 
[redtube] Fix exts
Closes #464

2 years ago[plutotv] Fix extractor for URLs with `/en`
pukkandan [Sat, 4 Sep 2021 23:11:02 +0000 (04:41 +0530)] 
[plutotv] Fix extractor for URLs with `/en`
Closes #431

2 years ago[17live] Add 17.live extractor (#866)
The Hatsune Daishi [Sat, 4 Sep 2021 22:37:28 +0000 (07:37 +0900)] 
[17live] Add 17.live extractor (#866)

Authored by: nao20010128nao

2 years ago[SovietsCloset] Add extractor (#884)
ChillingPepper [Sat, 4 Sep 2021 12:29:35 +0000 (14:29 +0200)] 
[SovietsCloset] Add extractor (#884)

Authored by: ChillingPepper

2 years ago[youtube] Retry on 'Unknown Error' (#854)
coletdjnz [Sat, 4 Sep 2021 02:33:42 +0000 (02:33 +0000)] 
[youtube] Retry on 'Unknown Error' (#854)

and do not repeat unimportant alerts

Closes #839
Authored by: coletdjnz