Skip to content

Instantly share code, notes, and snippets.

@Shockedshodan
Shockedshodan / youtube_migrate.py
Last active September 20, 2019 03:48 — forked from maxpoletaev/youtube_migrate.py
Transfer YouTube subscriptions to another account
"""
Automatic migration of subscriptions to another
YouTube account with Python and Selenium.
Tested with:
- selenium 3.0
- firefox 80.0
- python 3.7.4
1. Install selenium from pypi: