Skip to content

Commit

Permalink
Update youtube_dl_download_helper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
breakdowns authored Mar 24, 2021
1 parent 1a222a3 commit 5568e90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .download_helper import DownloadHelper
import time
from yt_dlp import YoutubeDL, DownloadError
from youtube_dl import YoutubeDL, DownloadError
from bot import download_dict_lock, download_dict
from ..status_utils.youtube_dl_download_status import YoutubeDLDownloadStatus
import logging
Expand Down

0 comments on commit 5568e90

Please sign in to comment.