This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
Releases: code-yeongyu/TwitterVideoTools
Releases · code-yeongyu/TwitterVideoTools
v2023.04.15
2022.12.05
2022.12.04-1
What's Changed
- Rename wrong name of method by @code-yeongyu in #43
Full Changelog: v2022.12.04...v2022.12.04-hotfix-recent-tweet
2022.12.04-3
What's Changed
- Update
VideonDownloader
download logic to download in parallel only when its available by @code-yeongyu in #46
Full Changelog: v2022.12.04-hotfix-parallel...v2022.12.04-hotfix-parallel-download-toggle
2022.12.04-2
What's Changed
- Fix extracting recent tweet not working because of wrong locator by @code-yeongyu in #44
- fix
YoutubeDLWrapper
downloading by @code-yeongyu in #45
Full Changelog: v2022.12.04-hotfix-recent-tweet...v2022.12.04-hotfix-parallel
2022.12.04
What's Changed
- Add
py.typed
to declare typed module by @code-yeongyu in #25 - Remove caching to release process by @code-yeongyu in #29
- Revert "Remove caching to release process" by @code-yeongyu in #30
- Remove unrequired codes by @code-yeongyu in #31
- Add pyright as another type checker by @code-yeongyu in #32
- Add style & type checking action by @code-yeongyu in #33
- Add toml formatter by @code-yeongyu in #34
- Fix codecov badge by @code-yeongyu in #35
- Update readme about Development Environments overview by @code-yeongyu in #36
- Add module
monkeytype
for automatic type generation by @code-yeongyu in #37 - Update poetry settings by @code-yeongyu in #38
- Replace
youtube-dl
toyt-dlp
by @code-yeongyu in #40 - Add support conccurent fragment video downloading by @code-yeongyu in #41
- Fix
TwitterCrawler
to only extract video tweets by @code-yeongyu in #42
Full Changelog: v2022.11.18...v2022.12.04
2022.11.18-1
What's Changed
- Add
py.typed
to declare typed module by @code-yeongyu in #25
Full Changelog: v2022.11.18...v2022.11.18-add-typed
2022.11.18
What's Changed
- Export
VideoDownlaoder
,TwitterCrawler
by @code-yeongyu in #18 - Fix code crashes when no video link inputed by @code-yeongyu in #19
2022.11.17-2
Merge pull request #18 from code-yeongyu/feature/export-package Export `VideoDownlaoder`, `TwitterCrawler`
2022.11.17-3
What's Changed
- Fix code crashes when no video link inputed by @code-yeongyu in #19
Full Changelog: v2022.11.17-fix-not-exporting-any...v2022.11.17-fix-crashes-no-video