Skip to content

Commit

Permalink
remove unneeded deps from script
Browse files Browse the repository at this point in the history
  • Loading branch information
reteps committed Dec 4, 2024
1 parent 8a07533 commit a73a9c1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions sigpwny.com/src/scripts/kaltura2youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,20 @@
import json
import re
import html
from slugify import slugify
from dotenv import load_dotenv
import os
from pathlib import Path
import httplib2
import os
import random
import sys
import time
from typing import List, Optional

from apiclient.discovery import build
from apiclient.errors import HttpError
from apiclient.http import MediaFileUpload
from oauth2client.client import flow_from_clientsecrets, Credentials
from oauth2client.file import Storage
from oauth2client.tools import argparser, run_flow
from oauth2client.tools import run_flow
from dataclasses import dataclass

KALTURA_BASE = 'https://mediaspace.illinois.edu/'
Expand Down

0 comments on commit a73a9c1

Please sign in to comment.