FunKiiU icon indicating copy to clipboard operation
FunKiiU copied to clipboard

Download content for Wii U

Results 16 FunKiiU issues
Sort by recently updated
recently updated
newest added

While you are downloading a file, the progress indicator appears. When it is finished, "Download complete" is printed. However, this overwrites the progress indicator, looking messy. So you see things...

******* FunKiiU 2.2 by cearp and the cerea1killer ******* The key(s) must be 32 hexadecimal characters long 000500001012be00 - is not ok. being in FunKiiu.py

When trying to download this title (an update) I get the following output: ``` $ python FunKiiU.py -onlinetickets -title 0005000e10112200 ******* FunKiiU 2.2 by cearp and the cerea1killer ******* Downloading/updating...

FunKiiU stop downloading and freezing in the same percentage until i restart to resume i can't keep downloading same file without keep my eyes in FunKiiU and restart every 3...

If keysite url is case sensitive, it is saved incorrectly to config. Matters when using local copy (`"file://..."`) of a keysite on casesensitive filesystems, commonly linux ext4 (is what I...

https://github.com/llakssz/FunKiiU/blob/master/FunKiiU.py#L106 says: `def download_file(url, outfname, retry_count=3, ignore_404=False, expected_size=None, chunk_size=0x4096):` 0x4096 (16534 decimal) seems a strange chunk size. Should it be 0x4000 (16384 decimal)?

Hi, I'm trying to do the following command to run the downloads in the background ``` nohup python ./FunKiiU.py -title XXXXX -onlinetickets &> test.log ``` If I run `python ./FunKiiU.py...

For example, 000500001011a400 is "Super Street Fighter Ⅱ" where that Ⅱ can't be interpreted and crashes the program. This is especially an issue with -region At the very least, adding...

Can we add a `__VERSION__` attribute so my gui can grab the current running version and check for updates?

enhancement