You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scans a Youtube channel for all available videos and prints the result on console and into an external file called '\_list.txt' into the same directory where the script it is located.
3
+
4
+
It requires as input a Youtube channel ID in the form of 'https://www.youtube.com/channel/UCWr0mx597DnSGLFk1WfvSkQ' or 'UCWr0mx597DnSGLFk1WfvSkQ'
5
+
6
+
It is using as dependency the ['scrapetube' PIP module](https://github.com/dermasmid/scrapetube) by [dermasmid](https://github.com/dermasmid) that can be installed by typing 'pip install scraptube' into console.
0 commit comments