Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Youtube OPML subscription list support #12353
Comments
|
This feature request has been open for quite some time without a reaction from the development team. Would it be possible for someone familiar with the project to write a comment with rough description of what changes in what places need to happen to support this so the community can try and pick this up? I personally would like to try, but I also know I am pretty much guaranteed to fail because I don't have enough Python experience; that being said, if this is deemed a simple enough change by the development team, it would be a good candidate for community contribution. |
|
It will be a big change. First various RSS parsing implementations, possibly including Yahoo's MRSS, should be converged first, and them OPML can reuse it. |
|
@yan12125 was working on a similar project which uses xml as a subtitle.Have done intensive test and it worked.As opml is a subset of xml I can try with these condition too. |
Before submitting an issue make sure you have:
What is the purpose of your issue?
Description of your issue, suggested solution and other information
Is it possible to support an OPML file downloaded manually from Youtube ?
https://www.youtube.com/subscription_manager?action_takeout=1
I would like to download the subscription list manually, and use the OPML as an input in youtube-dl, to avoid the use of argument --netrc and having to save/update my credentials in a netrc file.
Thanks