elmoiv / redvid

Smart downloader for Reddit hosted videos
GNU General Public License v3.0
109 stars 15 forks source link

Recursive Directories and invalid URLs #15

Closed IcyMint closed 4 years ago

IcyMint commented 4 years ago

Describe the bug Some reddit links are breaking the bot by returning a HTTP Error 403: Forbidden To Reproduce The following links have produced this problem: https://v.redd.it/e5km6b7wydq51 https://www.reddit.com/r/Whatcouldgowrong/comments/j2opeu/i_fear_nothing/

Expected behavior The links should not return an error

Desktop (please complete the following information):

elmoiv commented 4 years ago

Thanks @IcyMint , I will try to solve this bug ASAP.

elmoiv commented 4 years ago

Hey @IcyMint,

I updated redvid with some fixes. Now pip install redvid==1.1.1 and check if everything is ok.

If this solves your problem, kindly close this issue.

IcyMint commented 4 years ago

Fixed and works as it should, thanks a ton!