brilliant-ember / YouTube-Channel-Downloader

Takes a channel url and downloads all its videos, description, and playlists to your computer. Now you can backup your personal channel with ease!
The Unlicense
3 stars 0 forks source link

Scrapper response parsing misses some videos sometimes #13

Closed brilliant-ember closed 2 years ago

brilliant-ember commented 2 years ago

Scrapper response parsing misses some videos sometimes for unknown reasons, running tests/functionality_testing/Scrapper_test.py sometimes passes and matches the correct number of elements, and sometimes it doesn't so we might need to add another layer of scrapping on top of response parsing to ensure that all videos have been accounted for.