]> jfr.im git - yt-dlp.git/log
yt-dlp.git
3 years ago[version] update
pukkandan [Sun, 11 Apr 2021 21:53:07 +0000 (03:23 +0530)] 
[version] update

:ci skip all

3 years agoRelease 2021.04.11 2021.04.11
pukkandan [Sun, 11 Apr 2021 21:50:07 +0000 (03:20 +0530)] 
Release 2021.04.11

3 years ago[documentation] Improvements
pukkandan [Sun, 11 Apr 2021 00:22:55 +0000 (05:52 +0530)] 
[documentation] Improvements

3 years agoAdd option `--convert-thumbnails`
pukkandan [Sat, 10 Apr 2021 22:18:52 +0000 (03:48 +0530)] 
Add option `--convert-thumbnails`
Closes: https://github.com/yt-dlp/yt-dlp/issues/99 https://github.com/yt-dlp/yt-dlp/issues/102
3 years agoAllow running some `postprocessors` before actual download
pukkandan [Sat, 10 Apr 2021 22:18:07 +0000 (03:48 +0530)] 
Allow running some `postprocessors` before actual download

3 years ago[youtube] Parse API parameters from initial webpage (#230)
coletdjnz [Sun, 11 Apr 2021 20:23:04 +0000 (20:23 +0000)] 
[youtube] Parse API parameters from initial webpage (#230)

* Obtain innertube_context, api_key and x-goog-visitor-id from webpage
* Generalize the header & Innertube_context extraction across YouTube extractors

Related: https://github.com/ytdl-org/youtube-dl/commit/1b0a13f33cfb3644cc718d35951ea85bb1905459

Authored by: colethedj

3 years ago[youtube] Fix thumbnail URL
pukkandan [Sun, 11 Apr 2021 00:33:02 +0000 (06:03 +0530)] 
[youtube] Fix thumbnail URL
Closes: https://github.com/yt-dlp/yt-dlp/issues/233 https://github.com/ytdl-org/youtube-dl/issues/28023
3 years agoPass any field to `--exec` using similar syntax to output template
pukkandan [Sun, 11 Apr 2021 00:09:55 +0000 (05:39 +0530)] 
Pass any field to `--exec` using similar syntax to output template
Related: https://github.com/ytdl-org/youtube-dl/issues/28642

3 years agoFix `mergeall` when requested formats are unavailable
pukkandan [Sat, 10 Apr 2021 16:59:58 +0000 (22:29 +0530)] 
Fix `mergeall` when requested formats are unavailable

3 years agoUpdate to ytdl-commit-4fb25ff
pukkandan [Sat, 10 Apr 2021 16:47:11 +0000 (22:17 +0530)] 
Update to ytdl-commit-4fb25ff

[maoritv] Add new extractor
https://github.com/ytdl-org/youtube-dl/commit/4fb25ff5a3be5206bb72e5c4046715b1529fb2c7

Except:
[vimeo] improve extraction https://github.com/ytdl-org/youtube-dl/commit/3ae9c0f410b1d4f63e8bada67dd62a8d2852be32
[youtube:tab] Pass innertube context... https://github.com/ytdl-org/youtube-dl/commit/1b0a13f33cfb3644cc718d35951ea85bb1905459

3 years ago[downloaders] Fix API access
pukkandan [Sat, 10 Apr 2021 15:45:32 +0000 (21:15 +0530)] 
[downloaders] Fix API access
Bug introduced by: 52a8a1e1b93dbc88f0018d4842f1e90ba96e095f

3 years agoDeprecate more options
pukkandan [Sat, 10 Apr 2021 15:22:54 +0000 (20:52 +0530)] 
Deprecate more options

* `--all-formats` = `-f all`
* `--include-ads` is not implemented

3 years agoFix default of `dynamic_mpd`
pukkandan [Sat, 10 Apr 2021 15:20:36 +0000 (20:50 +0530)] 
Fix default of `dynamic_mpd`

3 years agoOption to choose different downloader for different protocols
pukkandan [Sat, 10 Apr 2021 15:08:33 +0000 (20:38 +0530)] 
Option to choose different downloader for different protocols

* Renamed `--external-downloader-args` to `--downloader-args`
* Added `native` as an option for the downloader
* Use similar syntax to `--downloader-args` etc. Eg: `--downloader dash:native --downloader aria2c`
* Deprecated `--hls-prefer-native` and `--hls-prefer-ffmpeg` since the same can now be done with `--downloader "m3u8:native"` and `m3u8:ffmpeg` respectively
* Split `frag_urls` protocol into `m3u8_frag_urls` and `dash_frag_urls`
* Standardize shortening of protocol names with `downloader.shorten_protocol_name`

3 years agoImprove argument parsing for `-P`, `-o`, `-S`
pukkandan [Sat, 10 Apr 2021 15:00:38 +0000 (20:30 +0530)] 
Improve argument parsing for `-P`, `-o`, `-S`

* `-P "subtitle,thumbnail:PATH"` is now possible. Similarly for `-o`
* `-S "fps,br" -S "res,codec"` is now interpreted as `-S res,codec,fps,br`. Previously, `-S fps,br` was ignored in this case.

3 years agoFormat selector `mergeall` to download and merge all formats
pukkandan [Sat, 10 Apr 2021 14:40:30 +0000 (20:10 +0530)] 
Format selector `mergeall` to download and merge all formats

3 years ago[youtube] Fix _extract_alerts
pukkandan [Fri, 9 Apr 2021 12:14:23 +0000 (17:44 +0530)] 
[youtube] Fix _extract_alerts

* Sometimes one warning is split between multiple runs
* Also simplified code

3 years ago[nebula] Add extractor (watchnebula.com) (#122)
Henrik Heimbuerger [Fri, 9 Apr 2021 11:25:33 +0000 (13:25 +0200)] 
[nebula] Add extractor (watchnebula.com) (#122)

Authored by: hheimbuerger

3 years ago[NFHSNetwork] Add extractor (#217)
LE [Fri, 9 Apr 2021 10:03:10 +0000 (10:03 +0000)] 
[NFHSNetwork] Add extractor (#217)

Authored by: llacb47

3 years ago[nitter] Fix extraction of reply tweets (#218)
bopol [Thu, 8 Apr 2021 17:03:36 +0000 (19:03 +0200)] 
[nitter] Fix extraction of reply tweets (#218)

And update instance list

Closes #215

Authored by: B0pol

3 years ago[bilibili] Fix uploader
pukkandan [Thu, 8 Apr 2021 07:51:02 +0000 (13:21 +0530)] 
[bilibili] Fix uploader
Related: https://github.com/yt-dlp/yt-dlp/issues/222

3 years ago[youtube] Extract comments' approximate timestamp (#221)
coletdjnz [Wed, 7 Apr 2021 11:37:43 +0000 (11:37 +0000)] 
[youtube] Extract comments' approximate timestamp (#221)

Authored by: colethedj

3 years ago[utils] Add `datetime_from_str` to parse relative time (#221)
colethedj [Tue, 6 Apr 2021 06:45:15 +0000 (18:45 +1200)] 
[utils] Add `datetime_from_str` to parse relative time (#221)
and `datetime_add_months` to accurately add/subtract months

Authored by: colethedj

3 years ago[nitter] Fix thumbnails (#216)
bopol [Mon, 5 Apr 2021 11:23:33 +0000 (13:23 +0200)] 
[nitter] Fix thumbnails (#216)

Authored by: B0pol

3 years ago[DiscoveryPlusIndia] Add DiscoveryPlusIndiaShowIE (#213)
Ashish [Mon, 5 Apr 2021 10:50:08 +0000 (16:20 +0530)] 
[DiscoveryPlusIndia] Add DiscoveryPlusIndiaShowIE (#213)

Co-authored-by: Ashish <redacted>
Co-authored-by: pukkandan <redacted>
3 years agoFix some `m3u8` not obeying `--allow-unplayable-formats`
pukkandan [Sun, 4 Apr 2021 12:23:26 +0000 (17:53 +0530)] 
Fix some `m3u8` not obeying `--allow-unplayable-formats`

3 years ago[version] update
pukkandan [Sat, 3 Apr 2021 22:27:29 +0000 (03:57 +0530)] 
[version] update

:ci skip all

3 years agoRelease 2021.04.03 2021.04.03
pukkandan [Sat, 3 Apr 2021 22:24:01 +0000 (03:54 +0530)] 
Release 2021.04.03

3 years agoUpdate to ytdl-commit-654b4f4
pukkandan [Sat, 3 Apr 2021 22:05:17 +0000 (03:35 +0530)] 
Update to ytdl-commit-654b4f4

[youtube] prioritize information from YoutubeIE for playlist entries
https://github.com/ytdl-org/youtube-dl/commit/654b4f4ff2718f38b3182c1188c5d569c14cc70a

3 years ago[YouTube] Show premium state in `availability` (#209)
Matthew [Sat, 3 Apr 2021 08:50:58 +0000 (21:50 +1300)] 
[YouTube] Show premium state in `availability` (#209)

Authored by colethedj

3 years ago[documentation] Improve `--parse-metadata` documentation
pukkandan [Sat, 3 Apr 2021 08:33:25 +0000 (14:03 +0530)] 
[documentation] Improve `--parse-metadata` documentation

3 years agoAbility to set a specific field in the file's metadata
pukkandan [Sat, 3 Apr 2021 08:29:55 +0000 (13:59 +0530)] 
Ability to set a specific field in the file's metadata

Eg: `--parse-metadata "description:(?s)(?P<meta_comment>.+)"`
sets the "comment" field using `description`

3 years ago[ViewSource] Add extractor to handle `view-source:`
pukkandan [Fri, 2 Apr 2021 18:53:46 +0000 (00:23 +0530)] 
[ViewSource] Add extractor to handle `view-source:`

3 years ago[mildom] Update extractor to comply with current proxy (#212)
The Hatsune Daishi [Sat, 3 Apr 2021 08:13:49 +0000 (17:13 +0900)] 
[mildom] Update extractor to comply with current proxy (#212)

Authored by nao20010128nao

3 years ago[DiscoveryPlus] Add discoveryplus.in (#203)
pukkandan [Sat, 3 Apr 2021 07:48:40 +0000 (13:18 +0530)] 
[DiscoveryPlus] Add discoveryplus.in (#203)

Closes #201

3 years agoAbility to select nth best format
pukkandan [Fri, 2 Apr 2021 16:42:42 +0000 (22:12 +0530)] 
Ability to select nth best format
Eg: -f `bv*.2`

* Also cleaned up the related format selection code

3 years ago[generic] Detect Invidious' link element (Closes #195)
pukkandan [Thu, 1 Apr 2021 11:43:35 +0000 (17:13 +0530)] 
[generic] Detect Invidious' link element (Closes #195)

3 years ago[ard:mediathek] Fix video id extraction (Closes #202)
pukkandan [Thu, 1 Apr 2021 10:47:15 +0000 (16:17 +0530)] 
[ard:mediathek] Fix video id extraction (Closes #202)

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