simplified downloading logic (methods for keeping track of files less necessary since scraping can be done in Python), added functionality to use yt-dlp to download videos, added functionality to download TikTok image galleries

This commit is contained in:
Tristan Lee
2023-09-01 17:05:13 -05:00
parent 06b4a74c7d
commit a7bd023c21
17 changed files with 364 additions and 1244 deletions

View File

@@ -3,7 +3,7 @@
set -e
TAG=$(python -c 'from tiktok_hashtag_analysis.version import __version__; print("v" + __version__)')
TAG=$(python -c 'from tiktok_hashtag_analysis import __version__; print("v" + __version__)')
read -p "Creating new release for $TAG. Do you want to continue? [Y/n] " prompt