Skip to content

Commit

Permalink
pushed new updates
Browse files Browse the repository at this point in the history
  • Loading branch information
reysiregar authored Aug 2, 2021
1 parent 1181c90 commit e2c3eae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions downloaders/youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

from youtube_dl import YoutubeDL

from GeezProject.config import DURATION_LIMIT
from GeezProject.helpers.errors import DurationLimitError
from config import DURATION_LIMIT
from helpers.errors import DurationLimitError

ydl_opts = {
"format": "bestaudio[ext=m4a]",
Expand Down

0 comments on commit e2c3eae

Please sign in to comment.