aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMark Powers <markppowers0@gmail.com>2020-09-09 22:13:31 -0500
committerMark Powers <markppowers0@gmail.com>2020-09-09 22:13:31 -0500
commit859fed4650b4c750e24631128c2bc2c0afac6dcb (patch)
tree99060abdb4b0cd1b42bb1cc8b3a33802d4f7c2ae /README.md
parentf11d02750b18f96a339973831e84d2c83ef394c3 (diff)
Add main fileHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index 98c738c..6c60e84 100644
--- a/README.md
+++ b/README.md
@@ -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.