Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [downloader] Fix external downloader selection for m3u8 | pukkandan | 2021-04-12 | 1 | -1/+1 | |
| | | | | Closes #239 | |||||
* | [version] update | pukkandan | 2021-04-12 | 7 | -14/+14 | |
| | | | | :ci skip all | |||||
* | Release 2021.04.11 | pukkandan | 2021-04-12 | 4 | -5/+42 | |
| | ||||||
* | [documentation] Improvements | pukkandan | 2021-04-12 | 5 | -49/+57 | |
| | ||||||
* | Add option `--convert-thumbnails` | pukkandan | 2021-04-12 | 6 | -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 download | pukkandan | 2021-04-12 | 4 | -60/+54 | |
| | ||||||
* | [youtube] Parse API parameters from initial webpage (#230) | coletdjnz | 2021-04-12 | 1 | -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 URL | pukkandan | 2021-04-11 | 1 | -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 template | pukkandan | 2021-04-11 | 3 | -11/+21 | |
| | | | | Related: https://github.com/ytdl-org/youtube-dl/issues/28642 | |||||
* | Fix `mergeall` when requested formats are unavailable | pukkandan | 2021-04-10 | 1 | -1/+3 | |
| | ||||||
* | Update to ytdl-commit-4fb25ff | pukkandan | 2021-04-10 | 12 | -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 access | pukkandan | 2021-04-10 | 1 | -1/+1 | |
| | | | | Bug introduced by: 52a8a1e1b93dbc88f0018d4842f1e90ba96e095f | |||||
* | Deprecate more options | pukkandan | 2021-04-10 | 2 | -7/+6 | |
| | | | | | * `--all-formats` = `-f all` * `--include-ads` is not implemented | |||||
* | Fix default of `dynamic_mpd` | pukkandan | 2021-04-10 | 1 | -1/+1 | |
| | ||||||
* | Option to choose different downloader for different protocols | pukkandan | 2021-04-10 | 7 | -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` | pukkandan | 2021-04-10 | 2 | -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 formats | pukkandan | 2021-04-10 | 2 | -65/+81 | |
| | ||||||
* | [youtube] Fix _extract_alerts | pukkandan | 2021-04-10 | 1 | -11/+12 | |
| | | | | | * Sometimes one warning is split between multiple runs * Also simplified code | |||||
* | [nebula] Add extractor (watchnebula.com) (#122) | Henrik Heimbuerger | 2021-04-09 | 2 | -1/+199 | |
| | | | | Authored by: hheimbuerger | |||||
* | [NFHSNetwork] Add extractor (#217) | LE | 2021-04-09 | 2 | -0/+145 | |
| | | | Authored by: llacb47 | |||||
* | [nitter] Fix extraction of reply tweets (#218) | bopol | 2021-04-08 | 1 | -44/+105 | |
| | | | | | | | And update instance list Closes #215 Authored by: B0pol | |||||
* | [bilibili] Fix uploader | pukkandan | 2021-04-08 | 1 | -2/+4 | |
| | | | | Related: https://github.com/yt-dlp/yt-dlp/issues/222 | |||||
* | [youtube] Extract comments' approximate timestamp (#221) | coletdjnz | 2021-04-07 | 1 | -15/+26 | |
| | | | Authored by: colethedj | |||||
* | [utils] Add `datetime_from_str` to parse relative time (#221) | colethedj | 2021-04-07 | 2 | -20/+81 | |
| | | | | | | and `datetime_add_months` to accurately add/subtract months Authored by: colethedj | |||||
* | [nitter] Fix thumbnails (#216) | bopol | 2021-04-05 | 1 | -4/+4 | |
| | | | Authored by: B0pol | |||||
* | [DiscoveryPlusIndia] Add DiscoveryPlusIndiaShowIE (#213) | Ashish | 2021-04-05 | 3 | -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` | pukkandan | 2021-04-04 | 1 | -1/+2 | |
| | ||||||
* | [version] update | pukkandan | 2021-04-04 | 6 | -13/+13 | |
| | | | | :ci skip all | |||||
* | Release 2021.04.03 | pukkandan | 2021-04-04 | 3 | -9/+30 | |
| | ||||||
* | Update to ytdl-commit-654b4f4 | pukkandan | 2021-04-04 | 6 | -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) | Matthew | 2021-04-03 | 1 | -2/+7 | |
| | | | Authored by colethedj | |||||
* | [documentation] Improve `--parse-metadata` documentation | pukkandan | 2021-04-03 | 2 | -37/+37 | |
| | ||||||
* | Ability to set a specific field in the file's metadata | pukkandan | 2021-04-03 | 3 | -6/+12 | |
| | | | | | Eg: `--parse-metadata "description:(?s)(?P<meta_comment>.+)"` sets the "comment" field using `description` | |||||
* | [ViewSource] Add extractor to handle `view-source:` | pukkandan | 2021-04-03 | 2 | -0/+16 | |
| | ||||||
* | [mildom] Update extractor to comply with current proxy (#212) | The Hatsune Daishi | 2021-04-03 | 1 | -9/+10 | |
| | | | Authored by nao20010128nao | |||||
* | [DiscoveryPlus] Add discoveryplus.in (#203) | pukkandan | 2021-04-03 | 2 | -0/+46 | |
| | | | Closes #201 | |||||
* | Ability to select nth best format | pukkandan | 2021-04-02 | 2 | -18/+27 | |
| | | | | | | Eg: -f `bv*.2` * Also cleaned up the related format selection code | |||||
* | [generic] Detect Invidious' link element (Closes #195) | pukkandan | 2021-04-01 | 1 | -0/+9 | |
| | ||||||
* | [ard:mediathek] Fix video id extraction (Closes #202) | pukkandan | 2021-04-01 | 1 | -1/+2 | |
| | ||||||
* | Fix some typos and linter | pukkandan | 2021-04-01 | 6 | -14/+13 | |
| | ||||||
* | [sponskrub] Run before embedding thumbnail | pukkandan | 2021-04-01 | 1 | -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-01 | pukkandan | 2021-04-01 | 7 | -106/+164 | |
| | | | | | | https://github.com/ytdl-org/youtube-dl/commit/14f29f087e6097feb46bdb84878924bc410a57eb Closes #205 | |||||
* | [la7] Add podcasts and podcast playlists (#198) | nixxo | 2021-03-28 | 2 | -1/+149 | |
| | | | Authored by: nixxo | |||||
* | [version] update | pukkandan | 2021-03-25 | 7 | -15/+15 | |
| | ||||||
* | Release 2021.03.24.1 | pukkandan | 2021-03-25 | 7 | -13/+17 | |
| | ||||||
* | Revert commit 8562218 | pukkandan | 2021-03-25 | 1 | -10/+11 | |
| | | | | | | | [ard] improve clip id extraction https://github.com/ytdl-org/youtube-dl/commit/8562218350a79d4709da8593bb0c538aa0824acf This was merged incorrectly | |||||
* | Release 2021.03.24 | pukkandan | 2021-03-25 | 5 | -5/+18 | |
| | ||||||
* | Update to ytdl-commit-8562218 | pukkandan | 2021-03-25 | 10 | -187/+380 | |
| | | | | | [ard] improve clip id extraction https://github.com/ytdl-org/youtube-dl/commit/8562218350a79d4709da8593bb0c538aa0824acf | |||||
* | Parse metadata from multiple fields | pukkandan | 2021-03-25 | 5 | -115/+143 | |
| | | | | Closes #196 | |||||
* | [linuxacadamy] Fix login | pukkandan | 2021-03-24 | 1 | -1/+1 | |
| |