p4ul17 / voe-dl

A Python downloader for voe.sx videos
GNU General Public License v3.0
53 stars 7 forks source link

fix: fix that the mp4 source can be found. #12

Closed NikOverflow closed 5 months ago

p4ul17 commented 5 months ago

How does this work? You just changed the user agent to Linux and Firefox and it will find the mp4? Could you please explain? Thanks

NikOverflow commented 5 months ago

How does this work? You just changed the user agent to Linux and Firefox and it will find the mp4? Could you please explain? Thanks

sure, for whatever reason voe.sx only shows the mp4 source with certain user agents.

p4ul17 commented 5 months ago

That sounds weird but if it works it's nice. Thanks

NikOverflow commented 5 months ago

Can confirm this change works, although the MP4 source URL will need to be base64 decoded as well.

thanks. I fixed it.

p4ul17 commented 5 months ago

Thanks man. Nice work