feat: replace yt-dlp cookies with YouTube Data API v3 OAuth
- Add auth.py: OAuth credential manager with auto-refresh - Rewrite fetcher.py: use googleapiclient subscriptions/search - Add google-auth, google-api-python-client dependencies - Update docker-compose for config volume mount - Add .gitignore for secrets (client_secret.json, token.pickle) - Live test: 198 videos ingested from 229 channels
This commit is contained in:
@@ -19,3 +19,6 @@ config/cookies.txt
|
||||
.env
|
||||
.env.*
|
||||
.DS_Store
|
||||
token.pickle
|
||||
config/client_secret.json
|
||||
config/token.pickle
|
||||
|
||||
Reference in New Issue
Block a user