This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Automatic migration of subscriptions to another | |
YouTube account with Python and Selenium. | |
1. Install selenium from pypi: | |
$ pip install selenium | |
2. Go to the down of page https://www.youtube.com/subscription_manager | |
and download your current subscriptions feed. | |
Save file as subscription_manager.xml. |