Skip to content

Instantly share code, notes, and snippets.

View JosiahBull's full-sized avatar
👀

Josiah Bull JosiahBull

👀
View GitHub Profile
@JosiahBull
JosiahBull / fix_skipped.py
Created September 27, 2023 22:10
A basic Selenium Script to resolve prematurely skipped media on TubeSync.
import logging
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support import expected_conditions as EC
from tqdm import tqdm
# CONFIG
MAX_PAGES = 10
SERVER_URL = "http://192.168.0.3:4848"