]> jfr.im git - yt-dlp.git/log
yt-dlp.git
3 years agoFix some typos and linter
pukkandan [Thu, 1 Apr 2021 08:46:10 +0000 (14:16 +0530)] 
Fix some typos and linter

3 years ago[sponskrub] Run before embedding thumbnail
pukkandan [Thu, 1 Apr 2021 08:43:24 +0000 (14:13 +0530)] 
[sponskrub] Run before embedding thumbnail
Workaround for https://github.com/faissaloo/SponSkrub/issues/29
Closes https://github.com/yt-dlp/yt-dlp/issues/204

3 years agoUpdate to ytdl v2021-04-01
pukkandan [Thu, 1 Apr 2021 08:28:33 +0000 (13:58 +0530)] 
Update to ytdl v2021-04-01
https://github.com/ytdl-org/youtube-dl/commit/14f29f087e6097feb46bdb84878924bc410a57eb

Closes #205

3 years ago[la7] Add podcasts and podcast playlists (#198)
nixxo [Sun, 28 Mar 2021 11:36:59 +0000 (13:36 +0200)] 
[la7] Add podcasts and podcast playlists (#198)

Authored by: nixxo

3 years ago[version] update
pukkandan [Wed, 24 Mar 2021 23:14:22 +0000 (04:44 +0530)] 
[version] update

3 years agoRelease 2021.03.24.1 2021.03.24.1
pukkandan [Wed, 24 Mar 2021 22:51:58 +0000 (04:21 +0530)] 
Release 2021.03.24.1

3 years agoRevert commit 8562218
pukkandan [Wed, 24 Mar 2021 23:01:25 +0000 (04:31 +0530)] 
Revert commit 8562218

[ard] improve clip id extraction
https://github.com/ytdl-org/youtube-dl/commit/8562218350a79d4709da8593bb0c538aa0824acf

This was merged incorrectly

3 years agoRelease 2021.03.24 2021.03.24
pukkandan [Wed, 24 Mar 2021 22:48:37 +0000 (04:18 +0530)] 
Release 2021.03.24

3 years agoUpdate to ytdl-commit-8562218
pukkandan [Wed, 24 Mar 2021 22:32:37 +0000 (04:02 +0530)] 
Update to ytdl-commit-8562218

[ard] improve clip id extraction
https://github.com/ytdl-org/youtube-dl/commit/8562218350a79d4709da8593bb0c538aa0824acf

3 years agoParse metadata from multiple fields
pukkandan [Wed, 24 Mar 2021 22:02:15 +0000 (03:32 +0530)] 
Parse metadata from multiple fields

Closes #196

3 years ago[linuxacadamy] Fix login
pukkandan [Tue, 23 Mar 2021 22:36:26 +0000 (04:06 +0530)] 
[linuxacadamy] Fix login

3 years agoAbility to load playlist infojson
pukkandan [Tue, 23 Mar 2021 19:45:53 +0000 (01:15 +0530)] 
Ability to load playlist infojson

* If `--no-clean-infojson` is given, the video ids are saved/loaded from in the infojson along with their playlist index
* If a video entry that was not saved is requested, we fallback to using `webpage_url` to re-extract the entries

Related: https://github.com/yt-dlp/yt-dlp/issues/190#issuecomment-804921024

3 years agoWrite current epoch to infojson when using `--no-clean-infojson`
pukkandan [Tue, 23 Mar 2021 19:04:33 +0000 (00:34 +0530)] 
Write current epoch to infojson when using `--no-clean-infojson`
Closes #191

3 years ago[youtube_live_chat] fix bug when trying to set cookies
pukkandan [Tue, 23 Mar 2021 12:23:36 +0000 (17:53 +0530)] 
[youtube_live_chat] fix bug when trying to set cookies
Closes #194

3 years ago[niconico] Fix for when logged in
pukkandan [Tue, 23 Mar 2021 08:30:51 +0000 (14:00 +0530)] 
[niconico] Fix for when logged in

Related: https://github.com/yt-dlp/yt-dlp/issues/171#issuecomment-803692716
Co-authored by: CXwudi, xtkoba

3 years ago[version] update
pukkandan [Sun, 21 Mar 2021 21:32:45 +0000 (03:02 +0530)] 
[version] update

3 years agoRelease 2021.03.21
pukkandan [Sun, 21 Mar 2021 18:49:18 +0000 (00:19 +0530)] 
Release 2021.03.21

3 years agoUpdate to ytdl-commit-7e79ba7
pukkandan [Sun, 21 Mar 2021 18:57:54 +0000 (00:27 +0530)] 
Update to ytdl-commit-7e79ba7

https://github.com/ytdl-org/youtube-dl/commit/7e79ba7dd6e6649dd2ce3a74004b2044f2182881
[vimeo:album] Fix extraction for albums with number of videos multiple to page size

3 years ago[youtube] Show if video is `private`, `unlisted` etc in new field `availability`...
Matthew [Sun, 21 Mar 2021 21:23:34 +0000 (21:23 +0000)] 
[youtube] Show if video is `private`, `unlisted` etc in new field `availability` (#188)
Closes: #185, https://github.com/ytdl-org/youtube-dl/issues/25631
Authored by: colethedj, pukkandan

3 years ago[linuxacadamy] Improve regex
pukkandan [Sun, 21 Mar 2021 15:29:03 +0000 (20:59 +0530)] 
[linuxacadamy] Improve regex

TODO: We need to make a more robust standard regex for fetching js objects from html

3 years ago[nbc] Improve metadata extraction (#187)
Two Sheds" Jackson [Sun, 21 Mar 2021 15:56:31 +0000 (08:56 -0700)] 
[nbc] Improve metadata extraction (#187)

Authored by: 2ShedsJackson

3 years ago[amcnetworks] Fix extractor (#179)
2ShedsJackson [Sat, 20 Mar 2021 10:41:11 +0000 (03:41 -0700)] 
[amcnetworks] Fix extractor (#179)

* Prefer use of manifest based on `releasePid` since the one based on `videoPid` may have Fairplay
* Additional thumbnail images were added
* Don't add `season_number` and `series` to `title`
* `series` is now set to `None` rather than "_" when empty
* fix bug with age limit

Authored by: 2ShedsJackson

3 years ago[niconico] Add user extractor
pukkandan [Sat, 20 Mar 2021 09:07:57 +0000 (14:37 +0530)] 
[niconico] Add user extractor
Co-authored by: animelover1984

3 years ago[bilibili] Add anthology support
pukkandan [Sat, 20 Mar 2021 09:07:43 +0000 (14:37 +0530)] 
[bilibili] Add anthology support
Closes: #118
Co-authored by: animelover1984

3 years agoMore consistent warning messages (#173)
pukkandan [Sat, 20 Mar 2021 03:20:08 +0000 (08:50 +0530)] 
More consistent warning messages (#173)
Co-authored by: Damiano Amatruda <redacted>

3 years agoEmbed video URL metadata inside MP4 (#173)
pukkandan [Fri, 19 Mar 2021 12:12:29 +0000 (17:42 +0530)] 
Embed video URL metadata inside MP4 (#173)

`mp4` has `comment` and `synopsis`; the synopsis is expected to have the long description
So we save the `webpage_url` to `comment` and `description` to `synopsis`

Related: https://github.com/ytdl-org/youtube-dl/issues/28478

Co-authored by: Damiano Amatruda <redacted>

3 years agoMerge webm formats into mkv if thumbnails are to be embedded (#173)
pukkandan [Fri, 19 Mar 2021 11:01:22 +0000 (16:31 +0530)] 
Merge webm formats into mkv if thumbnails are to be embedded (#173)

Co-authored by: Damiano Amatruda <redacted>

3 years agoParse resolution in info dictionary (#173)
Damiano Amatruda [Mon, 15 Mar 2021 17:17:29 +0000 (18:17 +0100)] 
Parse resolution in info dictionary (#173)

3 years agoUse headers and cookies when downloading subtitles (#173)
Damiano Amatruda [Mon, 15 Mar 2021 17:13:16 +0000 (18:13 +0100)] 
Use headers and cookies when downloading subtitles (#173)

3 years ago[aria2c] Support retry/abort unavailable fragments (#173)
pukkandan [Sat, 20 Mar 2021 03:19:02 +0000 (08:49 +0530)] 
[aria2c] Support retry/abort unavailable fragments (#173)

Co-authored by: Damiano Amatruda <redacted>

3 years ago[aria2c] Better default arguments
pukkandan [Sat, 20 Mar 2021 03:50:24 +0000 (09:20 +0530)] 
[aria2c] Better default arguments

3 years agoMake sure `post_hook` gets the final filename
pukkandan [Fri, 19 Mar 2021 10:35:32 +0000 (16:05 +0530)] 
Make sure `post_hook` gets the final filename

3 years ago[documentation] Add `SplitChapters` to `--ppa`
pukkandan [Sat, 20 Mar 2021 03:46:42 +0000 (09:16 +0530)] 
[documentation] Add `SplitChapters` to `--ppa`

3 years ago[splitchapters] Fix for older ffmpeg
pukkandan [Sat, 20 Mar 2021 03:45:45 +0000 (09:15 +0530)] 
[splitchapters] Fix for older ffmpeg

Older versions of ffmpeg doesn't allow `-to` as an input option
Closes #180

3 years agofix some typos and linter
pukkandan [Thu, 18 Mar 2021 16:48:02 +0000 (22:18 +0530)] 
fix some typos and linter

3 years ago[documentation] Add deprecated options and aliases in readme
pukkandan [Thu, 18 Mar 2021 15:34:09 +0000 (21:04 +0530)] 
[documentation] Add deprecated options and aliases in readme

3 years agoOption to keep private keys in the infojson
pukkandan [Thu, 18 Mar 2021 15:27:20 +0000 (20:57 +0530)] 
Option to keep private keys in the infojson
Options: --clean-infojson, --no-clean-infojson

Related: https://github.com/yt-dlp/yt-dlp/issues/42#issuecomment-800778391

3 years agoRecursively remove private keys from infojson
pukkandan [Thu, 18 Mar 2021 15:25:16 +0000 (20:55 +0530)] 
Recursively remove private keys from infojson
Related: https://github.com/yt-dlp/yt-dlp/issues/42

3 years ago[movefiles] Fix bugs and make more robust
pukkandan [Thu, 18 Mar 2021 15:24:53 +0000 (20:54 +0530)] 
[movefiles] Fix bugs and make more robust

3 years ago[youtube] bugfix for channel playlist extraction
pukkandan [Wed, 17 Mar 2021 12:02:49 +0000 (17:32 +0530)] 
[youtube] bugfix for channel playlist extraction

Bug introduced in cd7c66cf014b3a5c3f7482dbcdda3343338f8d7c

3 years ago[niconico] Partial fix
pukkandan [Wed, 17 Mar 2021 10:00:24 +0000 (15:30 +0530)] 
[niconico] Partial fix

TODO:
Smile formats don't work
Extraction code that no longer works needs to be removed

Adapted from:
https://github.com/animelover1984/youtube-dl/commit/b5eff52dd9ed5565672ea1694b38c9296db3fade
by animelover1984

Related:
https://github.com/yt-dlp/yt-dlp/issues/171
https://github.com/animelover1984/youtube-dl/issues/29
https://github.com/ytdl-org/youtube-dl/issues/28470

3 years ago[stitcher] Merge from youtube-dl (#175)
nixxo [Tue, 16 Mar 2021 10:02:10 +0000 (11:02 +0100)] 
[stitcher] Merge from youtube-dl (#175)

This cherry-picks the commits:
https://github.com/ytdl-org/youtube-dl/commit/a563c97c5cddf55f8989ed7ea8314ef78e30107f#diff-cc37718b18689c1c0588c4c74518853ef43ab020bbd674f3c04d4eae037798d2
https://github.com/ytdl-org/youtube-dl/commit/8522bcd97c4173407261a3fa0283dd7800c39601#diff-cc37718b18689c1c0588c4c74518853ef43ab020bbd674f3c04d4eae037798d2

Authored by: nixxo

3 years ago[rcs] Improved extraction (See desc) (#170)
nixxo [Mon, 15 Mar 2021 18:56:29 +0000 (19:56 +0100)] 
[rcs] Improved extraction (See desc) (#170)

* improved `video_data` extraction
* added an extra fallback value for `description`
* improved regex in `RCSVariousIE`

Authored by: nixxo

3 years ago[formatSort] Fix `quality` being ignored
pukkandan [Mon, 15 Mar 2021 18:25:37 +0000 (23:55 +0530)] 
[formatSort] Fix `quality` being ignored
Closes #172

3 years ago[sponskrub] Pass proxy to sponskrub
pukkandan [Mon, 15 Mar 2021 00:57:21 +0000 (06:27 +0530)] 
[sponskrub] Pass proxy to sponskrub

Needs atleast sponskrub version:
    faissaloo/sponskrub 3.7.0
    OR yt-dlp/sponskrub 2021.03.15

3 years ago[version] update
pukkandan [Mon, 15 Mar 2021 00:28:00 +0000 (05:58 +0530)] 
[version] update

:ci skip all

3 years agoRelease 2021.03.15 2021.03.15
pukkandan [Mon, 15 Mar 2021 00:00:18 +0000 (05:30 +0530)] 
Release 2021.03.15

3 years agoUpdate to ytdl-commit-3be0980
pukkandan [Sun, 14 Mar 2021 23:22:06 +0000 (04:52 +0530)] 
Update to ytdl-commit-3be0980
https://github.com/ytdl-org/youtube-dl/commit/3be098010f667b14075e3dfad1e74e5e2becc8ea

3 years agoSplit video by chapters (#158)
pukkandan [Sun, 14 Mar 2021 23:02:13 +0000 (04:32 +0530)] 
Split video by chapters (#158)

* New options `--split-chapters` and `--no-split-chapters`
* The output/path of the split files can be given using the key `chapter`
* Additional keys `section_title`, `section_number`, `section_start`, `section_end` are available in the output template
* Alias `--split-tracks` for parity with animelover/youtube-dl
* `--sponskrub-cut` and `--split-chapter` cannot work together

Closes:
https://github.com/blackjack4494/yt-dlc/issues/277
https://github.com/ytdl-org/youtube-dl/issues/28438
https://github.com/ytdl-org/youtube-dl/issues/12907
https://github.com/ytdl-org/youtube-dl/issues/6480
https://github.com/ytdl-org/youtube-dl/pull/25005

Rewritten from the implementation by: femaref and Wattux
https://github.com/Wattux/youtube-dl/tree/split-at-timestamps
https://github.com/ytdl-org/youtube-dl/pull/25005
https://github.com/femaref/youtube-dl/tree/split-track

3 years ago[Youtube] Rewrite comment extraction (#167)
Matthew [Sun, 14 Mar 2021 22:41:11 +0000 (22:41 +0000)] 
[Youtube] Rewrite comment extraction (#167)

Closes #121

TODO:
* Add an option for the user to specify newest/popular and max number of comments
* Refactor the download code and generalize with TabIE
* Parse time_text to timestamp

3 years ago[embedthumbnail] Set mtime correctly
pukkandan [Sun, 14 Mar 2021 16:23:54 +0000 (21:53 +0530)] 
[embedthumbnail] Set mtime correctly
Related: https://github.com/yt-dlp/yt-dlp/issues/67

3 years agoRefactor (See desc)
pukkandan [Tue, 9 Mar 2021 02:17:21 +0000 (07:47 +0530)] 
Refactor (See desc)

* Create `FFmpegPostProcessor.real_run_ffmpeg` that can accept multiple input/output files along with switches for each
* Rewrite `cli_configuration_args` and related functions
* Create `YoutubeDL._ensure_dir_exists` - this was previously defined in multiple places

3 years ago[pluto.tv] Add extractor (#163)
CHJ85 [Wed, 10 Mar 2021 00:55:38 +0000 (00:55 +0000)] 
[pluto.tv] Add extractor (#163)
https://github.com/ytdl-org/youtube-dl/pull/27621

Authored by: kevinoconnor7

3 years ago[zee5] Support zee5originals
pukkandan [Sat, 13 Mar 2021 04:16:10 +0000 (09:46 +0530)] 
[zee5] Support zee5originals

3 years ago[rai] fix drm check (#168)
nixxo [Sat, 13 Mar 2021 15:38:50 +0000 (16:38 +0100)] 
[rai] fix drm check (#168)

Bug introduced by #150
Authored by: nixxo

3 years agoNative concurrent downloading of fragments (#166)
shirt [Sat, 13 Mar 2021 04:46:58 +0000 (23:46 -0500)] 
Native concurrent downloading of fragments (#166)

* Option `--concurrent-fragments` (`-N`) to set the number of threads

Related: #165

Known issues:
* When receiving Ctrl+C, the process will exit only after finishing the currently downloading fragments
* The download progress shows the speed of only one thread

Authored by shirt-dev

3 years agoMore improvements to HLS/DASH external downloader code
pukkandan [Wed, 10 Mar 2021 15:26:24 +0000 (20:56 +0530)] 
More improvements to HLS/DASH external downloader code

* Fix error when there is no `protocol` in `info_dict`
* Move HLS byte range detection to `Aria2cFD` so that the download will fall back to the native downloader instead of ffmpeg
* Fix bug with getting no fragments in DASH
* Convert `check_results` in `can_download` to a generator

3 years ago[wimtv] Add extractor (#161)
nixxo [Thu, 11 Mar 2021 07:58:51 +0000 (08:58 +0100)] 
[wimtv] Add extractor (#161)

Added support for VODs, live and embeds

Authored by: nixxo

3 years ago[Zee5] Add Show Extractor (#160)
Ashish [Thu, 11 Mar 2021 07:48:09 +0000 (13:18 +0530)] 
[Zee5] Add Show Extractor (#160)

Co-authored-by: Ashish <redacted>
Co-authored-by: pukkandan <redacted>
3 years agoImprove HLS/DASH external downloader code (#162)
shirt-dev [Wed, 10 Mar 2021 14:39:40 +0000 (09:39 -0500)] 
Improve HLS/DASH external downloader code (#162)

Authored by: shirt

3 years ago[zee5] Improve regex
pukkandan [Tue, 9 Mar 2021 09:41:33 +0000 (15:11 +0530)] 
[zee5] Improve regex

3 years ago[mtv] Add mtv.it and extract series metadata (#156)
nixxo [Mon, 8 Mar 2021 13:40:27 +0000 (14:40 +0100)] 
[mtv] Add mtv.it and extract series metadata (#156)

* New extractors: MTVItalia, MTVItaliaProgramma
* Extract fields: series, season_number, episode_number

Authored-by: nixxo
3 years ago[version] update :ci skip all
pukkandan [Sun, 7 Mar 2021 18:39:44 +0000 (00:09 +0530)] 
[version] update :ci skip all

3 years agoRelease 2021.03.07 2021.03.07
pukkandan [Sun, 7 Mar 2021 18:36:26 +0000 (00:06 +0530)] 
Release 2021.03.07

3 years ago[vimeo] Fix videos with password
teesid [Thu, 28 Jan 2021 12:33:48 +0000 (19:33 +0700)] 
[vimeo] Fix videos with password
https://github.com/ytdl-org/youtube-dl/pull/27992

Fixes: https://github.com/ytdl-org/youtube-dl/issues/28354
Authored by teesid

3 years agoFix some videos downloading with m3u8 extension
pukkandan [Sun, 7 Mar 2021 17:52:12 +0000 (23:22 +0530)] 
Fix some videos downloading with m3u8 extension

3 years ago[bilibili] Change `Accept` header (Closes #145)
pukkandan [Sun, 7 Mar 2021 12:29:44 +0000 (17:59 +0530)] 
[bilibili] Change `Accept` header (Closes #145)

This is a temporary fix. Ideally we should find a more reasonable accept string that just "*/*"

Fixes: https://github.com/ytdl-org/youtube-dl/issues/28363 https://github.com/ytdl-org/youtube-dl/issues/28341
Thanks to animelover1984 for identifying the problem

3 years ago[Documentation] Inclusion of two-line install script for Unix (#155)
Ashish [Sun, 7 Mar 2021 09:59:01 +0000 (15:29 +0530)] 
[Documentation] Inclusion of two-line install script for Unix (#155)

Closes #83
Authored-by: Ashish <redacted>
ci skip all

3 years ago[rai] Check for DRM (#150)
nixxo [Sun, 7 Mar 2021 07:31:59 +0000 (08:31 +0100)] 
[rai] Check for DRM (#150)

Authored by: nixxo <redacted>

3 years agoRemove "fixup is ignored" warning when fixup wasn't passed by user
pukkandan [Sun, 7 Mar 2021 07:02:59 +0000 (12:32 +0530)] 
Remove "fixup is ignored" warning when fixup wasn't passed by user
Closes #151

3 years ago[youtube] Detect when Mixes end or wrap around
pukkandan [Sun, 7 Mar 2021 05:24:54 +0000 (10:54 +0530)] 
[youtube] Detect when Mixes end or wrap around

3 years ago[youtube] Fix community page continuation (Closes #152)
pukkandan [Sun, 7 Mar 2021 05:27:45 +0000 (10:57 +0530)] 
[youtube] Fix community page continuation (Closes #152)

3 years ago[gedi] Improvements from youtube-dl (#149)
nixxo [Sat, 6 Mar 2021 18:10:32 +0000 (19:10 +0100)] 
[gedi] Improvements from youtube-dl (#149)

Authored-by: nixxo <redacted>
3 years ago[MXPlayer] Rewrite extractor with show support (#141)
Ashish [Fri, 5 Mar 2021 19:41:02 +0000 (01:11 +0530)] 
[MXPlayer] Rewrite extractor with show support (#141)

Co-authored-by: Ashish <redacted>
Co-authored-by: pukkandan <redacted>
3 years ago[Youtube] Fix private feeds/playlists on multi-channel accounts (#143)
Matthew [Fri, 5 Mar 2021 13:59:14 +0000 (13:59 +0000)] 
[Youtube] Fix private feeds/playlists on multi-channel accounts (#143)

Authored by: colethedj

3 years ago[Youtube] Extract alerts from continuation (#144)
Matthew [Fri, 5 Mar 2021 10:07:32 +0000 (10:07 +0000)] 
[Youtube] Extract alerts from continuation (#144)

Related: #143

Authored by: colethedj

3 years ago[downloader] Fix bug for ffmpeg/httpie
pukkandan [Thu, 4 Mar 2021 22:52:37 +0000 (04:22 +0530)] 
[downloader] Fix bug for ffmpeg/httpie
Caused by: 7f7de7f94dfeacb0eb78cb9487dfcaf5707da381

3 years ago[trovo] Pass origin header (Closes #139)
pukkandan [Thu, 4 Mar 2021 18:29:37 +0000 (23:59 +0530)] 
[trovo] Pass origin header (Closes #139)
Fixes: https://github.com/ytdl-org/youtube-dl/issues/28346
3 years ago[lbry] Support lbry:// url
pukkandan [Thu, 4 Mar 2021 18:15:28 +0000 (23:45 +0530)] 
[lbry] Support lbry:// url
https://github.com/ytdl-org/youtube-dl/pull/28207

Fixes: https://github.com/ytdl-org/youtube-dl/issues/28084
Authored by: nixxo <redacted>

3 years ago[youtube] Fix history, trending and mix playlists (#136)
pukkandan [Thu, 4 Mar 2021 18:05:26 +0000 (23:35 +0530)] 
[youtube] Fix history, trending and mix playlists (#136)

Co-authored-by: pukkandan <redacted>
Co-authored-by: Matthew <redacted>
3 years ago[cbs] Add support for ParamountPlus (#138)
shirt-dev [Thu, 4 Mar 2021 14:50:07 +0000 (09:50 -0500)] 
[cbs] Add support for ParamountPlus (#138)

Related: https://github.com/ytdl-org/youtube-dl/issues/28342

Authored-by: shirtjs <redacted>
3 years ago[update] Fix updater removing the executable bit on some UNIX distros
pukkandan [Wed, 3 Mar 2021 13:26:33 +0000 (18:56 +0530)] 
[update] Fix updater removing the executable bit on some UNIX distros
Closes #133

3 years ago[update] Fix current build hash for UNIX
pukkandan [Wed, 3 Mar 2021 13:24:30 +0000 (18:54 +0530)] 
[update] Fix current build hash for UNIX

3 years ago[version] update :ci skip all
pukkandan [Wed, 3 Mar 2021 11:12:23 +0000 (16:42 +0530)] 
[version] update :ci skip all

3 years agoRelease 2021.03.03.2 2021.03.03.2
pukkandan [Wed, 3 Mar 2021 10:59:35 +0000 (16:29 +0530)] 
Release 2021.03.03.2

3 years ago[build] fix bug from da7f321e9338624375eab758d822445d2846e771
pukkandan [Wed, 3 Mar 2021 11:01:27 +0000 (16:31 +0530)] 
[build] fix bug from da7f321e9338624375eab758d822445d2846e771

3 years agoRelease 2021.03.03
pukkandan [Wed, 3 Mar 2021 10:47:21 +0000 (16:17 +0530)] 
Release 2021.03.03

3 years agoUpdate to ytdl-2021.03.03
pukkandan [Wed, 3 Mar 2021 05:49:33 +0000 (11:19 +0530)] 
Update to ytdl-2021.03.03

3 years ago[YouTube] Use new browse API for continuation page extraction. (#131)
Matthew [Wed, 3 Mar 2021 10:32:40 +0000 (10:32 +0000)] 
[YouTube] Use new browse API for continuation page extraction. (#131)

Known issues (these issues existed in previous API as well)
* Mix playlists only give 1 page (25 vids)
* Trending only gives 1 video
* History gives 5 pages (200 vids)

Co-authored-by: colethedj, pukkandan
3 years ago[youtube] Throw error when `--extractor-retries` are exhausted (Closes #130)
pukkandan [Tue, 2 Mar 2021 21:23:19 +0000 (02:53 +0530)] 
[youtube] Throw error when `--extractor-retries` are exhausted (Closes #130)

3 years agoReduce default of `--extractor-retries` to 3
pukkandan [Tue, 2 Mar 2021 21:33:04 +0000 (03:03 +0530)] 
Reduce default of `--extractor-retries` to 3

so that even those not using sleep won't get 429'd on youtube

3 years agoFix packaging bugs (#129)
hseg [Tue, 2 Mar 2021 20:47:44 +0000 (22:47 +0200)] 
Fix packaging bugs (#129)

* Autogenerate `AUTHORS`
* Fix `setup.py` using wrong completion files
* Complete `ChangeLog` -> `Changelog.md` rename
* Make `make tar` respect DESTDIR
* Remove `bin/` `yt-dlp` and `docs/` from tar and sdist
* Make `pypi-files` build all files needed for `python setup.py`
* Add `completions` alias
* Add `devscripts/` and `supportedsites.md` to pip sdist
* Remove `man` target
* Remove `README.txt` from sdist
* Make `clean` more granular
* Move aliases to top

Authored by: hseg <redacted>

3 years ago[mxplayer] Add new extractor
Ashutosh Chaudhary [Wed, 2 Dec 2020 22:45:26 +0000 (04:15 +0530)] 
[mxplayer] Add new extractor

https://github.com/ytdl-org/youtube-dl/pull/27325
Authored by: codeasashu

3 years ago[nick] fix extraction
Han Dai [Thu, 21 Jan 2021 11:16:59 +0000 (06:16 -0500)] 
[nick] fix extraction

https://github.com/ytdl-org/youtube-dl/pull/27900
Authored by: DennyDai

3 years ago[mtv] Fix extractor by reverting changes made in youtube-dlc
pukkandan [Tue, 2 Mar 2021 10:54:47 +0000 (16:24 +0530)] 
[mtv] Fix extractor by reverting changes made in youtube-dlc
youtube-dl has since fixed the extractor and the changes from the two sources are incompatible

3 years agoUpdate to ytdl-2021.03.02
pukkandan [Tue, 2 Mar 2021 08:05:59 +0000 (13:35 +0530)] 
Update to ytdl-2021.03.02

3 years agoFix HLS playlist downloading (#127)
shirt-dev [Mon, 1 Mar 2021 17:05:45 +0000 (12:05 -0500)] 
Fix HLS playlist downloading (#127)

Co-authored-by: shirtjs <redacted>
3 years ago[version] update :ci skip
pukkandan [Mon, 1 Mar 2021 00:12:13 +0000 (05:42 +0530)] 
[version] update :ci skip

3 years agoRelease 2021.03.01 2021.03.01
pukkandan [Mon, 1 Mar 2021 00:09:50 +0000 (05:39 +0530)] 
Release 2021.03.01

3 years agoAdd option `--extractor-retries` to retry on known extractor errors
pukkandan [Sun, 28 Feb 2021 23:48:37 +0000 (05:18 +0530)] 
Add option `--extractor-retries` to retry on known extractor errors

* Currently only used by youtube

Fixes https://github.com/ytdl-org/youtube-dl/issues/28194
Possibly also fixes: https://github.com/ytdl-org/youtube-dl/issues/28289 (can not confirm since the issue isn't reliably reproducible)