aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Exec] Ensure backward compatibility when the command contains `%`pukkandan2021-04-161-10/+14
|
* [youtube] Standardize API calls for tabs, mixes and search (#245)coletdjnz2021-04-151-52/+78
| | | Authored by: colethedj
* [youtube] Ignore invalid stretch ratiopukkandan2021-04-141-2/+4
| | | | Closes #244
* [downloader] Fix downloader selection for m3u8pukkandan2021-04-141-1/+1
| | | | Bug introduced by: 52a8a1e1b93dbc88f0018d4842f1e90ba96e095f and a31953b0e69f710f737643cb36b0ca1caf69e04c
* [TubiTv] Add TubiTvShowIE (#243)Ashish2021-04-142-2/+36
| | | Authored by: Ashish0804
* [youtube] Improve channel syncid extraction to support ytcfg (#241)coletdjnz2021-04-141-4/+9
| | | Authored by: colethedj
* Ensure `mergeall` selects best format when multistreams are disabledpukkandan2021-04-131-2/+2
|
* [downloader] Fix external downloader selection for m3u8pukkandan2021-04-121-1/+1
| | | | Closes #239
* [version] updatepukkandan2021-04-127-14/+14
| | | | :ci skip all
* Release 2021.04.11pukkandan2021-04-124-5/+42
|
* [documentation] Improvementspukkandan2021-04-125-49/+57
|
* Add option `--convert-thumbnails`pukkandan2021-04-126-60/+124
| | | | Closes: https://github.com/yt-dlp/yt-dlp/issues/99 https://github.com/yt-dlp/yt-dlp/issues/102
* Allow running some `postprocessors` before actual downloadpukkandan2021-04-124-60/+54
|
* [youtube] Parse API parameters from initial webpage (#230)coletdjnz2021-04-121-50/+80
| | | | | | | | * 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
* [youtube] Fix thumbnail URLpukkandan2021-04-111-0/+5
| | | | Closes: https://github.com/yt-dlp/yt-dlp/issues/233 https://github.com/ytdl-org/youtube-dl/issues/28023
* Pass any field to `--exec` using similar syntax to output templatepukkandan2021-04-113-11/+21
| | | | Related: https://github.com/ytdl-org/youtube-dl/issues/28642
* Fix `mergeall` when requested formats are unavailablepukkandan2021-04-101-1/+3
|
* Update to ytdl-commit-4fb25ffpukkandan2021-04-1012-126/+440
| | | | | | | | | [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
* [downloaders] Fix API accesspukkandan2021-04-101-1/+1
| | | | Bug introduced by: 52a8a1e1b93dbc88f0018d4842f1e90ba96e095f
* Deprecate more optionspukkandan2021-04-102-7/+6
| | | | | * `--all-formats` = `-f all` * `--include-ads` is not implemented
* Fix default of `dynamic_mpd`pukkandan2021-04-101-1/+1
|
* Option to choose different downloader for different protocolspukkandan2021-04-107-33/+95
| | | | | | | | | * 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`
* Improve argument parsing for `-P`, `-o`, `-S`pukkandan2021-04-102-12/+24
| | | | | * `-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.
* Format selector `mergeall` to download and merge all formatspukkandan2021-04-102-65/+81
|
* [youtube] Fix _extract_alertspukkandan2021-04-101-11/+12
| | | | | * Sometimes one warning is split between multiple runs * Also simplified code
* [nebula] Add extractor (watchnebula.com) (#122)Henrik Heimbuerger2021-04-092-1/+199
| | | | Authored by: hheimbuerger
* [NFHSNetwork] Add extractor (#217)LE2021-04-092-0/+145
| | | Authored by: llacb47
* [nitter] Fix extraction of reply tweets (#218)bopol2021-04-081-44/+105
| | | | | | | And update instance list Closes #215 Authored by: B0pol
* [bilibili] Fix uploaderpukkandan2021-04-081-2/+4
| | | | Related: https://github.com/yt-dlp/yt-dlp/issues/222
* [youtube] Extract comments' approximate timestamp (#221)coletdjnz2021-04-071-15/+26
| | | Authored by: colethedj
* [utils] Add `datetime_from_str` to parse relative time (#221)colethedj2021-04-072-20/+81
| | | | | | and `datetime_add_months` to accurately add/subtract months Authored by: colethedj
* [nitter] Fix thumbnails (#216)bopol2021-04-051-4/+4
| | | Authored by: B0pol
* [DiscoveryPlusIndia] Add DiscoveryPlusIndiaShowIE (#213)Ashish2021-04-053-46/+104
| | | | Co-authored-by: Ashish <ashish@pop-os.localdomain> Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
* Fix some `m3u8` not obeying `--allow-unplayable-formats`pukkandan2021-04-041-1/+2
|
* [version] updatepukkandan2021-04-046-13/+13
| | | | :ci skip all
* Release 2021.04.03pukkandan2021-04-043-9/+30
|
* Update to ytdl-commit-654b4f4pukkandan2021-04-046-23/+313
| | | | | [youtube] prioritize information from YoutubeIE for playlist entries https://github.com/ytdl-org/youtube-dl/commit/654b4f4ff2718f38b3182c1188c5d569c14cc70a
* [YouTube] Show premium state in `availability` (#209)Matthew2021-04-031-2/+7
| | | Authored by colethedj
* [documentation] Improve `--parse-metadata` documentationpukkandan2021-04-032-37/+37
|
* Ability to set a specific field in the file's metadatapukkandan2021-04-033-6/+12
| | | | | Eg: `--parse-metadata "description:(?s)(?P<meta_comment>.+)"` sets the "comment" field using `description`
* [ViewSource] Add extractor to handle `view-source:`pukkandan2021-04-032-0/+16
|
* [mildom] Update extractor to comply with current proxy (#212)The Hatsune Daishi2021-04-031-9/+10
| | | Authored by nao20010128nao
* [DiscoveryPlus] Add discoveryplus.in (#203)pukkandan2021-04-032-0/+46
| | | Closes #201
* Ability to select nth best formatpukkandan2021-04-022-18/+27
| | | | | | Eg: -f `bv*.2` * Also cleaned up the related format selection code
* [generic] Detect Invidious' link element (Closes #195)pukkandan2021-04-011-0/+9
|
* [ard:mediathek] Fix video id extraction (Closes #202)pukkandan2021-04-011-1/+2
|
* Fix some typos and linterpukkandan2021-04-016-14/+13
|
* [sponskrub] Run before embedding thumbnailpukkandan2021-04-011-9/+11
| | | | | Workaround for https://github.com/faissaloo/SponSkrub/issues/29 Closes https://github.com/yt-dlp/yt-dlp/issues/204
* Update to ytdl v2021-04-01pukkandan2021-04-017-106/+164
| | | | | | https://github.com/ytdl-org/youtube-dl/commit/14f29f087e6097feb46bdb84878924bc410a57eb Closes #205
* [la7] Add podcasts and podcast playlists (#198)nixxo2021-03-282-1/+149
| | | Authored by: nixxo