Skip to content

Instantly share code, notes, and snippets.

@aBlazar
aBlazar / youtube_migrate.py
Last active January 18, 2024 13:31 — 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.3.1
- firefox 52.0
- python 3.5.3
1. Install selenium from pypi: