Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
7x11x13 committed Jun 13, 2024
1 parent dfe9858 commit c6f4919
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions youtube_up/uploader.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import time
import uuid
from hashlib import sha1
from http.cookiejar import Cookie, FileCookieJar
from http.cookiejar import Cookie, FileCookieJar, MozillaCookieJar
from typing import Callable, Dict

import requests
Expand All @@ -21,8 +21,6 @@
from .metadata import CaptionsFile
from .schema import *

from http.cookiejar import MozillaCookieJar


class YTUploaderException(Exception):
"""YouTube uploader exception"""
Expand Down

0 comments on commit c6f4919

Please sign in to comment.