zackmawaldi / YouTube-shorts-generator

Automatically download Reddit videos, edit them, and upload them to YouTube.
MIT License
323 stars 62 forks source link

File "C:\Users\z3nnf\miniconda3V2\envs\shorts-gen\lib\site-packages\redvid\redvid.py", line 82, in setup raise BaseException('Incorrect URL format') BaseException: Incorrect URL format #38

Open Cybreak opened 8 months ago

Cybreak commented 8 months ago

Here is the full console: Logging into Reddit... Log in success! Retrieving post info... Scraping reddit success! Returning list of info back to main. Video chosen: {'url': 'https://v.redd.it/u3hzqi1yg0ac1', 'title': 'There will always be someone stronger than you.', 'author': 'mrdxmak'} Attempting to download the following reddit video: https://v.redd.it/u3hzqi1yg0ac1

Connecting... Traceback (most recent call last): File "C:\Users\z3nnf\Desktop\YouTube-shorts-generator-main\main.py", line 68, in success = main() File "C:\Users\z3nnf\Desktop\YouTube-shorts-generator-main\main.py", line 47, in main reddit_scraper.download_vid(vid["url"], "temp_clips") File "C:\Users\z3nnf\Desktop\YouTube-shorts-generator-main\reddit_scraper.py", line 22, in download_vid download.download() File "C:\Users\z3nnf\miniconda3V2\envs\shorts-gen\lib\site-packages\redvid\redvid.py", line 230, in download self.check() File "C:\Users\z3nnf\miniconda3V2\envs\shorts-gen\lib\site-packages\redvid\redvid.py", line 160, in check self.setup() File "C:\Users\z3nnf\miniconda3V2\envs\shorts-gen\lib\site-packages\redvid\redvid.py", line 82, in setup raise BaseException('Incorrect URL format') BaseException: Incorrect URL format