mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2025-12-06 11:56:45 +03:00
Make video ids hashed Get 10 videos from youtube to make sure that the right id is found Refactored the api calls
8 lines
192 B
Python
8 lines
192 B
Python
from iSponsorBlockTV import helpers
|
|
import sys
|
|
import os
|
|
|
|
if getattr(sys, "frozen", False):
|
|
os.environ["SSL_CERT_FILE"] = os.path.join(sys._MEIPASS, "lib", "cert.pem")
|
|
helpers.app_start()
|