This file contains hidden or 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
from googleapiclient.discovery import build | |
import datetime | |
import re | |
import sys | |
import youtube_dl | |
import os | |
from typing import List | |
#I have no idea why this line is needed but without it nothing works | |
sys.modules['win32file'] = None |