diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-02-23 01:33:36 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-02-23 04:25:55 +0530 |
commit | a30a6ed3e49a0e037af6d5e26ecef3f3eba67d33 (patch) | |
tree | 6be69eb270b40234478fed392140c631ec1e6563 /README.md | |
parent | 65d151d58f6c01f15aecfb2bef81b2a754295b7f (diff) | |
download | hypervideo-pre-a30a6ed3e49a0e037af6d5e26ecef3f3eba67d33.tar.lz hypervideo-pre-a30a6ed3e49a0e037af6d5e26ecef3f3eba67d33.tar.xz hypervideo-pre-a30a6ed3e49a0e037af6d5e26ecef3f3eba67d33.zip |
[youtube:tab] Add `approximate_date` extractor-arg
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1663,6 +1663,7 @@ The following extractors use this feature: #### youtubetab (YouTube playlists, channels, feeds, etc.) * `skip`: One or more of `webpage` (skip initial webpage download), `authcheck` (allow the download of playlists requiring authentication when no initial webpage is downloaded. This may cause unwanted behavior, see [#1122](https://github.com/yt-dlp/yt-dlp/pull/1122) for more details) +* `approximate_date`: Extract approximate `upload_date` in flat-playlist. This may cause date-based filters to be slightly off #### funimation * `language`: Languages to extract. Eg: `funimation:language=english,japanese` |