1
0
Commit Graph

11 Commits

Author SHA1 Message Date
638a3ae842 fix: Remove print statements and improve error handling in YouTube fetcher 2025-03-15 22:35:06 +01:00
c4291f0b60 style: Run linter and format code in youtube.py 2025-03-15 22:34:32 +01:00
f5446d9093 feat: Add YouTube authentication to secrets and update scraper usage 2025-03-15 22:34:31 +01:00
f7894f9d05 Restructure youtube 2025-03-15 22:33:10 +01:00
103235759c style: Run linter and apply formatting changes in youtube.py 2025-03-15 22:26:20 +01:00
552b2ea365 feat: Add support for downloading YouTube watch history with timestamps 2025-03-15 22:26:19 +01:00
9058279b4e YouTube fixed
All checks were successful
Run Python tests (through Pytest) / Test (push) Successful in 36s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 32s
2025-03-15 22:18:30 +01:00
a0e8d1ec28 style: Format list comprehension for better readability in youtube.py 2025-03-15 21:54:20 +01:00
2a4aec9d33 refactor: Simplify fetch_data and to_csv methods in YoutubeFavoritesScraper 2025-03-15 21:54:19 +01:00
965689df7a style: Run linter and fix code formatting in youtube.py 2025-03-15 21:53:27 +01:00
dbc663cbbc feat: Add YouTube favorites fetcher to export data as CSV 2025-03-15 21:53:26 +01:00