Skip to content

Instantly share code, notes, and snippets.

View IlinAleksey's full-sized avatar

Ilyin Aleksey IlinAleksey

View GitHub Profile
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