Add yt-dlp based archiving for TwitterArchiver (#138)

* Add ytdlp archiving capability

* Add type annotation

* version bump

---------

Co-authored-by: msramalho <19508417+msramalho@users.noreply.github.com>
This commit is contained in:
Jett Chen
2024-04-16 02:54:55 +08:00
committed by GitHub
parent f603400d0d
commit cf8691bad7
2 changed files with 43 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ _MAJOR = "0"
_MINOR = "11"
# On main and in a nightly release the patch should be one ahead of the last
# released build.
_PATCH = "1"
_PATCH = "2"
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
# https://semver.org/#is-v123-a-semantic-version for the semantics.
_SUFFIX = ""