diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ # youtube-subscriptions-xspf -Creates an xspf file to watch youtube videos in your favorite media player.
\ No newline at end of file +Creates an xspf file to watch youtube videos in your favorite media player. + +## Dependencies +requests +bs4 (beautiful soup) + +## Usage +Download your youtube subscriptions xml file from [here](https://www.youtube.com/subscription_manager). +Then run youtube-to-xspf.py to generate the playlist file subscriptions.xspf, which can be opened in VLC. +You can sort by Album to arrange by date uploaded. |