diff options
author | Mark Powers <markppowers0@gmail.com> | 2020-09-09 22:13:31 -0500 |
---|---|---|
committer | Mark Powers <markppowers0@gmail.com> | 2020-09-09 22:13:31 -0500 |
commit | 859fed4650b4c750e24631128c2bc2c0afac6dcb (patch) | |
tree | 99060abdb4b0cd1b42bb1cc8b3a33802d4f7c2ae /README.md | |
parent | f11d02750b18f96a339973831e84d2c83ef394c3 (diff) |
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. |