]> jfr.im git - yt-dlp.git/log
yt-dlp.git
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

2 years ago[southpark] Fix SouthParkDE (#812)
coletdjnz [Sat, 4 Sep 2021 02:31:47 +0000 (02:31 +0000)] 
[southpark] Fix SouthParkDE (#812)

This was broken by https://github.com/yt-dlp/yt-dlp/commit/ee1e05581e32114c52e75e90983a66fb25fbc730
Authored by: coletdjnz

2 years ago[cookies] Print warning for cookie decoding error only once
pukkandan [Sat, 4 Sep 2021 02:22:16 +0000 (07:52 +0530)] 
[cookies] Print warning for cookie decoding error only once
Closes #889

2 years agoAllow `--force-write-archive` to work with `--flat-playlist`
pukkandan [Fri, 3 Sep 2021 00:44:26 +0000 (06:14 +0530)] 
Allow `--force-write-archive` to work with `--flat-playlist`
Related: #876

2 years agoHandle more playlist errors with `-i`
pukkandan [Fri, 3 Sep 2021 21:37:27 +0000 (03:07 +0530)] 
Handle more playlist errors with `-i`

2 years ago[ModifyChapters] fixes (See desc)
pukkandan [Fri, 3 Sep 2021 20:07:41 +0000 (01:37 +0530)] 
[ModifyChapters] fixes (See desc)
* [docs] Fix typo
* Do not enable `sponskrub` by default
* Fix `--force-keyframes-at-cuts`
* Don't embed subtitles if the video has been cut. Previously, running `--remove-chapters` with `--embed-subs` multiple times caused repeated cuts and out-of-sync subtitles
* Store `_real_duration` to prevent running ffprobe multiple times

2 years agoFix `--no-get-comments`
pukkandan [Fri, 3 Sep 2021 19:48:56 +0000 (01:18 +0530)] 
Fix `--no-get-comments`
Closes #882

2 years agoFix `extra_info` being reused across runs
pukkandan [Fri, 3 Sep 2021 17:18:42 +0000 (22:48 +0530)] 
Fix `extra_info` being reused across runs
58adec46773ee95be356daf88da7ac8a0ff1e703 was supposed to solve this, but ended up being an incomplete fix
Closes #727

2 years agoFix `--compat-option playlist-index`
pukkandan [Fri, 3 Sep 2021 01:04:55 +0000 (06:34 +0530)] 
Fix `--compat-option playlist-index`

2 years ago[version] update
pukkandan [Thu, 2 Sep 2021 00:03:38 +0000 (05:33 +0530)] 
[version] update
:ci skip all

2 years agoRelease 2021.09.02 2021.09.02
pukkandan [Wed, 1 Sep 2021 23:09:47 +0000 (04:39 +0530)] 
Release 2021.09.02

2 years agoPartially revert "[build] Add homebrew taps (#827)"
pukkandan [Wed, 1 Sep 2021 23:08:02 +0000 (04:38 +0530)] 
Partially revert "[build] Add homebrew taps (#827)"

2 years agoShow a more useful error in older python versions
pukkandan [Wed, 1 Sep 2021 22:22:08 +0000 (03:52 +0530)] 
Show a more useful error in older python versions

2 years ago[youtube] Fix subtitle names
pukkandan [Wed, 1 Sep 2021 13:34:51 +0000 (19:04 +0530)] 
[youtube] Fix subtitle names

2 years agoNative SponsorBlock implementation and related improvements (#360)
Nil Admirari [Wed, 1 Sep 2021 20:55:16 +0000 (20:55 +0000)] 
Native SponsorBlock implementation and related improvements (#360)

SponsorBlock options:
* The fetched sponsor sections are written to infojson
* `--sponsorblock-remove` removes specified chapters from file
* `--sponsorblock-mark` marks the specified sponsor sections as chapters
* `--sponsorblock-chapter-title` to specify sponsor chapter template
* `--sponsorblock-api` to use a different API

Related improvements:
* Split `--embed-chapters` from `--embed-metadata`
* Add `--remove-chapters` to remove arbitrary chapters
* Add `--force-keyframes-at-cuts` for more accurate cuts when removing and splitting chapters

Deprecates all `--sponskrub` options

Authored by: nihil-admirari, pukkandan

2 years ago[reddit] Fix for quarantined subreddits (#848)
ouwou [Wed, 1 Sep 2021 18:54:31 +0000 (18:54 +0000)] 
[reddit] Fix for quarantined subreddits (#848)

Authored by: ouwou

2 years ago[mediaset] Fix extraction for more videos (#852)
nyuszika7h [Wed, 1 Sep 2021 18:53:19 +0000 (20:53 +0200)] 
[mediaset] Fix extraction for more videos (#852)

Closes #851
Authored by: nyuszika7h

2 years ago[mediaset] Fix extraction for some videos (#850)
nyuszika7h [Wed, 1 Sep 2021 15:39:15 +0000 (17:39 +0200)] 
[mediaset] Fix extraction for some videos (#850)

This was broken by #564
Closes #849
Authored by: nyuszika7h

2 years ago[XHamster] Extract `uploader_id` (#844)
octotherp [Wed, 1 Sep 2021 13:28:25 +0000 (16:28 +0300)] 
[XHamster] Extract `uploader_id` (#844)

Authored by: octotherp

2 years ago[Tokentube] Add extractor (#842)
u-spec-png [Wed, 1 Sep 2021 13:10:25 +0000 (13:10 +0000)] 
[Tokentube] Add extractor (#842)

Closes #800
Authored by: u-spec-png

2 years ago[facebook] Fix format sorting
pukkandan [Wed, 1 Sep 2021 03:47:35 +0000 (09:17 +0530)] 
[facebook] Fix format sorting
Closes #795

2 years ago[EmbedSubtitle] Continue even if some files are missing
pukkandan [Wed, 1 Sep 2021 03:15:56 +0000 (08:45 +0530)] 
[EmbedSubtitle] Continue even if some files are missing

2 years ago[Viafree] Fix extractor and extract subtitles (#828)
coletdjnz [Tue, 31 Aug 2021 22:31:11 +0000 (10:31 +1200)] 
[Viafree] Fix extractor and extract subtitles (#828)

Authored by: coletdjnz
Fixes #820

2 years ago[iwara.tv] Extract more metadata (#829)
BunnyHelp [Tue, 31 Aug 2021 19:29:30 +0000 (15:29 -0400)] 
[iwara.tv] Extract more metadata (#829)

Authored-by: BunnyHelp
2 years ago[afreecatv] Tolerate failure to parse date string (#832)
Luc Ritchie [Mon, 30 Aug 2021 16:07:34 +0000 (12:07 -0400)] 
[afreecatv] Tolerate failure to parse date string (#832)

Authored by: wlritchi

2 years ago[afreecatv] Fix adult VODs (#831)
Luc Ritchie [Mon, 30 Aug 2021 15:35:48 +0000 (11:35 -0400)] 
[afreecatv] Fix adult VODs (#831)

Original PR: https://github.com/ytdl-org/youtube-dl/pull/28405
Fixes https://github.com/ytdl-org/youtube-dl/issues/26622, https://github.com/ytdl-org/youtube-dl/issues/26926

Authored by: wlritchi

2 years ago[build] Add homebrew taps (#827)
The Hatsune Daishi [Mon, 30 Aug 2021 14:37:43 +0000 (23:37 +0900)] 
[build] Add homebrew taps (#827)

https://github.com/yt-dlp/homebrew-taps
Closes: #754, #770
Authored by: nao20010128nao

2 years ago[CDA] Add more formats (#805)
u-spec-png [Mon, 30 Aug 2021 14:07:03 +0000 (14:07 +0000)] 
[CDA] Add more formats (#805)

Fixes: #791, https://github.com/ytdl-org/youtube-dl/issues/29844
Authored by: u-spec-png

2 years ago[build] Fix bug in making `yt-dlp.tar.gz`
pukkandan [Mon, 30 Aug 2021 02:58:36 +0000 (08:28 +0530)] 
[build] Fix bug in making `yt-dlp.tar.gz`

2 years ago[StarTV] Add extractor for startv.com.tr (#815)
coletdjnz [Sun, 29 Aug 2021 22:29:42 +0000 (10:29 +1200)] 
[StarTV] Add extractor for startv.com.tr (#815)

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

2 years ago[Motherless] Fix extractor (#809)
coletdjnz [Sun, 29 Aug 2021 22:22:57 +0000 (10:22 +1200)] 
[Motherless] Fix extractor (#809)

Authored-by: coletdjnz
Fixes #806, https://github.com/ytdl-org/youtube-dl/issues/29626

2 years ago[VH1,TVLand] Fix extractors (#784)
Sipherdrakon [Sun, 29 Aug 2021 21:50:58 +0000 (17:50 -0400)] 
[VH1,TVLand] Fix extractors (#784)

Fixes #745 but not #713
Authored by: Sipherdrakon

2 years ago[Patreon] Add PatreonUserIE (#573)
zenerdi0de [Sun, 29 Aug 2021 21:47:50 +0000 (03:17 +0530)] 
[Patreon] Add PatreonUserIE (#573)

Authored by: zenerdi0de

2 years ago[peloton] Add extractor (#192)
IONECarter [Sun, 29 Aug 2021 21:43:59 +0000 (17:43 -0400)] 
[peloton] Add extractor (#192)

Authored by: IONECarter, capntrips, pukkandan

2 years ago[ATV.at] Fix extractor for ATV.at (#816)
coletdjnz [Sun, 29 Aug 2021 21:34:39 +0000 (09:34 +1200)] 
[ATV.at] Fix extractor for ATV.at (#816)

Authored-by: NeroBurner, coletdjnz
Fixes https://github.com/ytdl-org/youtube-dl/issues/29079

2 years ago[camtube] remove extractor (#810)
coletdjnz [Sun, 29 Aug 2021 21:11:03 +0000 (09:11 +1200)] 
[camtube] remove extractor (#810)

Co-authored-by: alerikaisattera
2 years ago[Nova] fix extractor (#807)
std-move [Sun, 29 Aug 2021 01:34:42 +0000 (03:34 +0200)] 
[Nova] fix extractor (#807)

Fixes: https://github.com/ytdl-org/youtube-dl/issues/27840
Authored by: std-move

2 years ago[TV2Hu] Fix `TV2HuIE` and add `TV2HuSeriesIE` (#804)
Ashish [Sun, 29 Aug 2021 01:14:22 +0000 (06:44 +0530)] 
[TV2Hu] Fix `TV2HuIE` and add `TV2HuSeriesIE` (#804)

Closes #799
Authored by: Ashish0804

2 years ago[Niconico] Add Search extractors (#672)
animelover1984 [Sat, 28 Aug 2021 01:37:13 +0000 (18:37 -0700)] 
[Niconico] Add Search extractors (#672)

Authored by: animelover1984, pukkandan

2 years ago[docs] Fix some typos
pukkandan [Fri, 27 Aug 2021 20:50:18 +0000 (02:20 +0530)] 
[docs] Fix some typos
Closes #677, #774

2 years ago[ShemarooMe] Fix extractor (#798)
Ashish [Fri, 27 Aug 2021 15:09:13 +0000 (20:39 +0530)] 
[ShemarooMe] Fix extractor (#798)

Closes #797
Authored by: Ashish0804

2 years agoUse `os.replace` where applicable (#793)
Paul Wrubel [Fri, 27 Aug 2021 02:27:20 +0000 (21:27 -0500)] 
Use `os.replace` where applicable (#793)

When using
```py
os.remove(encodeFilename(filename))
os.rename(encodeFilename(temp_filename), encodeFilename(filename))
```
the `os.remove` need not be atomic and so can be executed arbitrarily compared to the immediately following rename call. It is better to use `os.replace` instead

Authored by: paulwrubel

2 years ago[aria2c] Obey `--rate-limit`
pukkandan [Thu, 26 Aug 2021 19:29:36 +0000 (00:59 +0530)] 
[aria2c] Obey `--rate-limit`

2 years ago[youtube] Improve 26e8e04454d28b623c16f34496e31752086ff457
pukkandan [Thu, 26 Aug 2021 02:55:56 +0000 (08:25 +0530)] 
[youtube] Improve 26e8e04454d28b623c16f34496e31752086ff457

The streams of the same itag may have slightly different size/bitrate

2 years ago[youtube] Prefer audio stream that YouTube considers default
pukkandan [Thu, 26 Aug 2021 02:10:02 +0000 (07:40 +0530)] 
[youtube] Prefer audio stream that YouTube considers default
Fixes: https://github.com/ytdl-org/youtube-dl/issues/29864
Related: https://github.com/clsid2/mpc-hc/issues/1268

2 years ago[FormatSort] Remove priority of `lang`
pukkandan [Thu, 26 Aug 2021 02:04:08 +0000 (07:34 +0530)] 
[FormatSort] Remove priority of `lang`

2 years ago[facebook] Update onion URL (#788)
Robin [Wed, 25 Aug 2021 15:01:43 +0000 (17:01 +0200)] 
[facebook] Update onion URL (#788)

Authored by: Derkades

2 years ago[ProjectVeritas] Add extractor (#790)
Ashish [Wed, 25 Aug 2021 14:47:58 +0000 (20:17 +0530)] 
[ProjectVeritas] Add extractor (#790)

https://github.com/ytdl-org/youtube-dl/issues/26749
Authored by: Ashish0804

2 years ago[Epicon] Add extractors (#789)
Ashish [Wed, 25 Aug 2021 14:03:32 +0000 (19:33 +0530)] 
[Epicon] Add extractors (#789)

Authored by: Ashish0804

2 years agoFix `--no-prefer-free-formats` (#787)
CeruleanSky [Wed, 25 Aug 2021 11:49:05 +0000 (07:49 -0400)] 
Fix `--no-prefer-free-formats` (#787)

Authored by: CeruleanSky

2 years agofix bug in 88acdbc2698169e22cdbf358e44765150434c69e
pukkandan [Tue, 24 Aug 2021 20:48:05 +0000 (02:18 +0530)] 
fix bug in 88acdbc2698169e22cdbf358e44765150434c69e

2 years ago[radiko] Add extractors (#731)
The Hatsune Daishi [Wed, 25 Aug 2021 04:48:27 +0000 (13:48 +0900)] 
[radiko] Add extractors (#731)

https://github.com/ytdl-org/youtube-dl/issues/29840
Authored by: nao20010128nao

2 years ago[iwara] Add thumbnail (#781)
i6t [Tue, 24 Aug 2021 21:36:15 +0000 (06:36 +0900)] 
[iwara] Add thumbnail (#781)

Authored by: i6t

2 years ago[youtube] Remove annotations and deprecate `--write-annotations` (#765)
coletdjnz [Tue, 24 Aug 2021 03:52:40 +0000 (15:52 +1200)] 
[youtube] Remove annotations and deprecate `--write-annotations` (#765)

Closes #692
Authored by: coletdjnz

2 years agofix bug in 6251555f1c670c66aa781bf9f29e9b5b33d90be1
pukkandan [Tue, 24 Aug 2021 00:51:33 +0000 (06:21 +0530)] 
fix bug in 6251555f1c670c66aa781bf9f29e9b5b33d90be1
:ci skip

2 years ago[downloader/ffmpeg] Support for DASH manifests (experimental)
pukkandan [Tue, 24 Aug 2021 00:12:45 +0000 (05:42 +0530)] 
[downloader/ffmpeg] Support for DASH manifests (experimental)
Closes #159

2 years ago[downloader/ffmpeg] Allow passing custom arguments before -i
pukkandan [Mon, 23 Aug 2021 21:45:44 +0000 (03:15 +0530)] 
[downloader/ffmpeg] Allow passing custom arguments before -i
Closes #686

2 years ago[ManotoTV] Add new extractors (#767)
tandy1000 [Mon, 23 Aug 2021 18:45:46 +0000 (19:45 +0100)] 
[ManotoTV] Add new extractors (#767)

Authored by: tandy1000

2 years ago[facebook] Fix metadata extraction
pukkandan [Mon, 23 Aug 2021 16:21:42 +0000 (21:51 +0530)] 
[facebook] Fix metadata extraction
Original PR: https://github.com/ytdl-org/youtube-dl/pull/29796
Closes #453, https://github.com/ytdl-org/youtube-dl/issues/29421, https://github.com/ytdl-org/youtube-dl/issues/23627, https://github.com/ytdl-org/youtube-dl/issues/23180, https://github.com/ytdl-org/youtube-dl/issues/14156

Authored by: kikuyan

2 years ago[TV2] Fix extractor (#766)
Ashish [Mon, 23 Aug 2021 16:02:33 +0000 (21:32 +0530)] 
[TV2] Fix extractor (#766)

Closes #764
Authored by: Ashish0804

2 years ago[GabTV] Add extractor (#768)
Ashish [Mon, 23 Aug 2021 16:00:39 +0000 (21:30 +0530)] 
[GabTV] Add extractor (#768)

Closes #499
Authored by: Ashish0804

2 years ago[tiktok] Add TikTokUserIE (#756)
Ashish [Mon, 23 Aug 2021 14:42:23 +0000 (20:12 +0530)] 
[tiktok] Add TikTokUserIE (#756)

Authored-by: Ashish0804, pukkandan
2 years ago[TikTok] Fix metadata extraction
pukkandan [Mon, 23 Aug 2021 12:45:01 +0000 (18:15 +0530)] 
[TikTok] Fix metadata extraction

2 years ago[aljazeera] Fix extractor (#763)
MinePlayersPE [Mon, 23 Aug 2021 09:54:15 +0000 (16:54 +0700)] 
[aljazeera] Fix extractor (#763)

Closes #762, https://github.com/ytdl-org/youtube-dl/issues/29517
Authored by: MinePlayersPE

2 years ago[peertube] handle new video URL format
pukkandan [Mon, 23 Aug 2021 00:51:08 +0000 (06:21 +0530)] 
[peertube] handle new video URL format
Closes #722, https://github.com/ytdl-org/youtube-dl/issues/29782
Original PR: https://github.com/ytdl-org/youtube-dl/pull/29475
Authored by: Chocobozzz

2 years ago[adobepass] Fix Verizon SAML login (#743)
nyuszika7h [Mon, 23 Aug 2021 00:38:32 +0000 (02:38 +0200)] 
[adobepass] Fix Verizon SAML login (#743)

Original PR: https://github.com/ytdl-org/youtube-dl/pull/19136 from https://bitbucket.org/ParadoxGBB/youtube-dl/commits/64bddfe15c1458a1b3461875bf9afd0a17ebeea0

Authored-by: nyuszika7h, ParadoxGBB <redacted>
2 years agoFix `add_info_extractor` when used via API
pukkandan [Sun, 22 Aug 2021 23:56:45 +0000 (05:26 +0530)] 
Fix `add_info_extractor` when used via API
Bug from: 251ae04e6a057167e4eafaf8b7b565a984b48405

2 years ago[lazy_extractor] Create instance only after pre-checking archive
pukkandan [Sun, 22 Aug 2021 23:15:30 +0000 (04:45 +0530)] 
[lazy_extractor] Create instance only after pre-checking archive

2 years ago[lazy_extractor] Import actual class if an attribute is accessed
pukkandan [Sun, 22 Aug 2021 22:18:26 +0000 (03:48 +0530)] 
[lazy_extractor] Import actual class if an attribute is accessed

Now all core tests pass with lazy extraction enabled

2 years ago[extractor] Show video id in error messages if possible
pukkandan [Thu, 19 Aug 2021 01:49:23 +0000 (07:19 +0530)] 
[extractor] Show video id in error messages if possible

2 years ago[extractor] Better error message for DRM (#729)
pukkandan [Sun, 22 Aug 2021 20:08:38 +0000 (01:38 +0530)] 
[extractor] Better error message for DRM (#729)

Closes #636

2 years ago[youtube] Add av01 itags to known formats list (#747)
Tom-Oliver Heidel [Sun, 22 Aug 2021 19:59:43 +0000 (21:59 +0200)] 
[youtube] Add av01 itags to known formats list (#747)

Authored by: blackjack4494

2 years ago[bitchute] Fix test (#758)
mahanstreamer [Sun, 22 Aug 2021 19:58:23 +0000 (15:58 -0400)] 
[bitchute] Fix test (#758)

Authored by: mahanstreamer

2 years ago[lazy_extractors] Fix `suitable` and add flake8 test
pukkandan [Sun, 22 Aug 2021 19:19:23 +0000 (00:49 +0530)] 
[lazy_extractors] Fix `suitable` and add flake8 test

2 years ago[utils] Add `parse_qs`
pukkandan [Sun, 22 Aug 2021 19:02:00 +0000 (00:32 +0530)] 
[utils] Add `parse_qs`

2 years ago[youtube] Add `shorts` to `_VALID_URL`
pukkandan [Sun, 22 Aug 2021 15:04:59 +0000 (20:34 +0530)] 
[youtube] Add `shorts` to `_VALID_URL`
Normally the generic extractor will redirect the URL,
but the cookies consent screen may sometimes appear instead

Closes #752

2 years agoDon't try to merge with final extension
pukkandan [Sat, 21 Aug 2021 01:42:50 +0000 (07:12 +0530)] 
Don't try to merge with final extension

The formats may not be directly mergable into the final extension

2 years ago[extractor] Common function `_match_valid_url`
pukkandan [Thu, 19 Aug 2021 01:41:24 +0000 (07:11 +0530)] 
[extractor] Common function `_match_valid_url`

2 years ago[tv5mondeplus] Fix extractor (#739)
Jérôme Duval [Fri, 20 Aug 2021 20:34:51 +0000 (22:34 +0200)] 
[tv5mondeplus] Fix extractor (#739)

Authored by: korli

2 years ago[HearThisAtIE] Fix extractor (#742)
Ashish [Fri, 20 Aug 2021 19:39:59 +0000 (01:09 +0530)] 
[HearThisAtIE] Fix extractor (#742)

Closes: #740
Authored by: Ashish0804

2 years ago[Zee5] Fix extractor and add subtitles (#733)
Ashish [Fri, 20 Aug 2021 19:13:12 +0000 (00:43 +0530)] 
[Zee5] Fix extractor and add subtitles (#733)

Closes #728
Authored by Ashish0804

2 years ago[BannedVideo] Add Extractor (#717)
CHJ85 [Fri, 20 Aug 2021 18:45:00 +0000 (18:45 +0000)] 
[BannedVideo] Add Extractor (#717)

Closes: #669
Original PR: https://github.com/ytdl-org/youtube-dl/pull/24572
Authored by: smege1001, blackjack4494, pukkandan

2 years ago[bilibili] Add category extractor (#695)
animelover1984 [Fri, 20 Aug 2021 18:27:40 +0000 (11:27 -0700)] 
[bilibili] Add category extractor (#695)

Authored by: animelover1984

2 years ago[Hungama] Fix `HungamaSongIE` and add `HungamaAlbumPlaylistIE` (#744)
Ashish [Fri, 20 Aug 2021 18:16:59 +0000 (23:46 +0530)] 
[Hungama] Fix `HungamaSongIE` and add `HungamaAlbumPlaylistIE` (#744)

Authored by: Ashish0804

2 years agoFix `extra_info` being reused across runs
pukkandan [Wed, 18 Aug 2021 21:40:32 +0000 (03:10 +0530)] 
Fix `extra_info` being reused across runs
Closes #727

2 years agoFix `playlist_index` not obeying `playlist_start`
pukkandan [Tue, 17 Aug 2021 13:32:06 +0000 (19:02 +0530)] 
Fix `playlist_index` not obeying `playlist_start`
and add tests
Closes #720

2 years agoLet `--match-filter` reject entries early
pukkandan [Sun, 15 Aug 2021 08:12:23 +0000 (13:42 +0530)] 
Let `--match-filter` reject entries early
Makes redundant: `--match-title`, `--reject-title`, `--min-views`, `--max-views`

2 years agoFix `-J` when there are failed videos
pukkandan [Sun, 15 Aug 2021 15:01:35 +0000 (20:31 +0530)] 
Fix `-J` when there are failed videos

2 years ago[cleanup] Replace improper use of tab in trovo (#719)
Glenn Slayden [Mon, 16 Aug 2021 22:49:31 +0000 (15:49 -0700)] 
[cleanup] Replace improper use of tab in trovo (#719)

:ci skip

Authored by: glenn-slayden

2 years ago[docs] fix typo (#715)
zootedb0t [Mon, 16 Aug 2021 16:29:40 +0000 (21:59 +0530)] 
[docs] fix typo (#715)

Authored by: zootedb0t

2 years ago[ParamountPlus] Fix geo verification (#711)
shirt [Mon, 16 Aug 2021 06:43:24 +0000 (02:43 -0400)] 
[ParamountPlus] Fix geo verification (#711)

Closes #681
Authored by: shirt

2 years ago[pornhub] Separate and fix playlist extractor (#700)
mzbaulhaque [Sun, 15 Aug 2021 17:32:48 +0000 (23:32 +0600)] 
[pornhub] Separate and fix playlist extractor (#700)

Closes #680
Authored by: mzbaulhaque