bsantraigi / YDM

Youtube Playlist Downloader addon for IDM (Internet Download Manager)
GNU General Public License v2.0
8 stars 3 forks source link

Exception in thread Thread-1 (listParser): error while parsing #1

Open a-sajjad72 opened 2 years ago

a-sajjad72 commented 2 years ago

when i paste he youtube playlist link in box and click on parse it gives an error.

Exception in thread Thread-1 (listParser): Traceback (most recent call last): File "C:\Users\HaLF-MenTaL\AppData\Local\Programs\Python\Python310\lib\threading.py", line 1009, in _bootstrap_inner
self.run() File "C:\Users\HaLF-MenTaL\AppData\Local\Programs\Python\Python310\lib\threading.py", line 946, in run
self._target(*self._args, **self._kwargs) File "C:\YDM\yListerFull.py", line 107, in listParser final_url, l = crawl(list_url) File "C:\YDM\yListerFull.py", line 69, in crawl final_url.append('http://www.youtube.com/' + yPL[:yPL_amp]) UnboundLocalError: local variable 'yPL_amp' referenced before assignment

every time when i press on the parse button, the thread number in first line increased by one and no progress of parse shown

wahmadel commented 5 months ago

Solved in my pull request.

a-sajjad72 commented 3 weeks ago

Solved in my pull request.

but those changes are not merged yet. I think @bsantraigi is not maintaining it anymore. @wahmadel I see you opened two pull requests for this repo. I would also suggest you to merge your changes in your master branch. so that it should be much easier to run the program with the changes. If you feel good I can make PR for that. and one more thing use yt-dlp instead of youtube-dl because youtube-dl is not maintained anymore.