aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* [version] updatepukkandan2021-03-257-15/+15
|
* Release 2021.03.24.1pukkandan2021-03-257-13/+17
|
* Revert commit 8562218pukkandan2021-03-251-10/+11
| | | | | | | [ard] improve clip id extraction https://github.com/ytdl-org/youtube-dl/commit/8562218350a79d4709da8593bb0c538aa0824acf This was merged incorrectly
* Release 2021.03.24pukkandan2021-03-255-5/+18
|
* Update to ytdl-commit-8562218pukkandan2021-03-2510-187/+380
| | | | | [ard] improve clip id extraction https://github.com/ytdl-org/youtube-dl/commit/8562218350a79d4709da8593bb0c538aa0824acf
* Parse metadata from multiple fieldspukkandan2021-03-255-115/+143
| | | | Closes #196
* [linuxacadamy] Fix loginpukkandan2021-03-241-1/+1
|
* Ability to load playlist infojsonpukkandan2021-03-242-63/+84
| | | | | | | * 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
* Write current epoch to infojson when using `--no-clean-infojson`pukkandan2021-03-242-1/+2
| | | | Closes #191
* [youtube_live_chat] fix bug when trying to set cookiespukkandan2021-03-232-2/+2
| | | | Closes #194
* [niconico] Fix for when logged inpukkandan2021-03-231-6/+5
| | | | | Related: https://github.com/yt-dlp/yt-dlp/issues/171#issuecomment-803692716 Co-authored by: CXwudi, xtkoba
* [version] updatepukkandan2021-03-227-13/+15
|
* Release 2021.03.21pukkandan2021-03-223-2/+36
|
* Update to ytdl-commit-7e79ba7pukkandan2021-03-225-45/+208
| | | | | https://github.com/ytdl-org/youtube-dl/commit/7e79ba7dd6e6649dd2ce3a74004b2044f2182881 [vimeo:album] Fix extraction for albums with number of videos multiple to page size
* [youtube] Show if video is `private`, `unlisted` etc in new field ↵Matthew2021-03-223-2/+46
| | | | | | | | `availability` (#188) Closes: #185, https://github.com/ytdl-org/youtube-dl/issues/25631 Authored by: colethedj, pukkandan
* [linuxacadamy] Improve regexpukkandan2021-03-211-3/+13
| | | | TODO: We need to make a more robust standard regex for fetching js objects from html
* [nbc] Improve metadata extraction (#187)Two Sheds" Jackson2021-03-211-9/+34
| | | Authored by: 2ShedsJackson
* [amcnetworks] Fix extractor (#179)2ShedsJackson2021-03-202-18/+50
| | | | | | | | | * 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
* [niconico] Add user extractorpukkandan2021-03-202-2/+39
| | | | Co-authored by: animelover1984