Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elevenpassin/youtube-to-ompl
A simple script to convert youtube subscriptions CSV to OPML file for import in TTRSS
https://github.com/elevenpassin/youtube-to-ompl
rss ttrss youtube
Last synced: 5 days ago
JSON representation
A simple script to convert youtube subscriptions CSV to OPML file for import in TTRSS
- Host: GitHub
- URL: https://github.com/elevenpassin/youtube-to-ompl
- Owner: elevenpassin
- License: agpl-3.0
- Created: 2021-11-30T18:53:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-30T20:03:50.000Z (almost 3 years ago)
- Last Synced: 2023-09-21T11:28:42.576Z (about 1 year ago)
- Topics: rss, ttrss, youtube
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Youtube to OMPL
Just a simple script to convert the Youtube Subscriptions CSV to an RSS OMPL file for importing to your favourite RSS reader.
## Instructions
First get your `subscriptions.csv` file from [Youtube's Takeout website](https://takeout.google.com/)
Once you get the subscriptions file, clone this repository (`git clone https://github.com/buoyantair/youtube-to-ompl.git`) and then just run `yarn install`
Copy the `subscriptions.csv` file to the root folder of the project (name of the file must be `subscriptions.csv`)
Run `node index.js` to convert the CSV to an OMPL file.
Enjoy! 🎉