FujiwaraChoki / MoneyPrinter

Automate Creation of YouTube Shorts using MoviePy.
MIT License
10.07k stars 1.35k forks source link

[BUG] No videos found to download and it oppens new window in incognito in windows #247

Closed AlexKa03 closed 5 months ago

AlexKa03 commented 5 months ago

Describe the bug I reinstalled the whole software, because i had some problems with the whole pc. Now when i try to generate video it gives the error of "No videos found to download". I alredy changed the string com/externalto loc=external. Before it worked with no problem! It opens new window in incognito for chrome which it didnt made before.

To Reproduce Steps to reproduce the behavior:

  1. Go to the localhost site
  2. Click on Generate
  3. See error

Expected behavior It shouldn't have this behaviour, it should work

Screenshots image

Desktop (please complete the following information):

Togoyang commented 5 months ago

same error

NekoNesaprotu commented 5 months ago

Hey, go into Backend/search.py and change ".com/external" to ".com/video-files" in this line - if ".com/external" in video["link"]: . Worked for me

Togoyang commented 5 months ago

Hey, go into Backend/search.py and change ".com/external" to ".com/video-files" in this line - if ".com/external" in video["link"]: . Worked for me

It works! You are my hero!