• C# 82.7%
  • PHP 17.3%
Find a file
2014-12-06 14:13:39 +01:00
logos favicons favicons favicons 2014-11-29 17:52:56 +01:00
osu!grab Avoid installing in osu! when download didn't work. 2014-12-06 14:13:39 +01:00
sfetch Initial commit. 2014-11-29 00:47:39 +01:00
.gitattributes Initial commit. 2014-11-29 00:47:39 +01:00
.gitignore Initial commit. 2014-11-29 00:47:39 +01:00
README.md No more arguments needed 2014-11-29 17:52:25 +01:00

osu!grab, C# version

hi! This is a repo for my verson of osu!grab (GH: https://github.com/mfaishalakbar/osu-grab - osu!forum: https://osu.ppy.sh/forum/t/259116 ). It's currently in an heavy beta due to the fact that there aren't so much error handling things, sometimes the window freezes, some methods aren't commented etc.. Tho, this works atm so feel free to give it a try!

Usage

Download the binary of the latest release https://github.com/TheHowl/osugrab-csharp/releases and you're done. Execute osugrab.exe and it will ask you for a link of a beatmap. You can also do it by the command line:

cd \path\to\osu!grabdir\
.\osugrab.exe https://osu.ppy.sh/s/BeatmapID

And that's it. That should launch osu!grab and download the linked beatmap.

Yeah, the only real cool thing atm in this is that an /s or /b and then the ID argument isn't required. Just put the map URL, and the Regexes will do the magic.

Contributing

  • Install git if you haven't already.
  • You can use whatever text editor you wish, tho I highly recommend you to use Visual Studio. If not, then Sublime Text. They're both awesome.
  • Visual Studio only for C#, obv. Don't even try to use it for PHP. For PHP it's best to use Sublime Text.
  • Create an account on github if you haven't already.
  • Fork this repo.
cd \path\to\code\develop\stuff
git clone https://github.com/YourUserName/osugrab-csharp.git

And you're done.