Skip to content

Commit

Permalink
Fix problem with &list links
Browse files Browse the repository at this point in the history
  • Loading branch information
glomatico committed Apr 14, 2023
1 parent e6e0508 commit ee38840
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gytmdl/gytmdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def get_ydl_extract_info(self, url):


def get_download_queue(self, url):
url = url.split('&')[0]
download_info = []
ydl_extract_info = self.get_ydl_extract_info(url)
if not 'youtube' in ydl_extract_info['webpage_url']:
Expand Down

0 comments on commit ee38840

Please sign in to comment.