vincentmathis / osu-beatmap-downloader

GNU General Public License v3.0
12 stars 5 forks source link

Add support for download without video #6

Closed z-ww447 closed 3 years ago

z-ww447 commented 3 years ago

There a flag "?noVideo=1" that can be used to download without video. I've currently edited line 170 in downloader.py from "/download" to "/download?noVideo=1". Not sure whether this will support downloading beatmaps without videos already.

Would you consider adding an option --no-video / -n to support that?

vincentmathis commented 3 years ago

I added the option to add ?noVideo=1 via the --no-video | -nv flag. I haven't checked if the downloaded files really are missing the video or not.

If you want to try it, you have to install the new version via pip.

z-ww447 commented 3 years ago

Thanks! I'll try it out

z-ww447 commented 3 years ago

Hello, I've just download a new batch of 100 beatmaps with the latest version, and I've checked several of them with the osu website too to make sure there was a video version and that the downloaded beatmap has no videos.

Consider this done! Thank you for your work.