comparison README.md @ 48:267e3e6bba63

Update README.md committer: GitHub <noreply@github.com>
author Paper <37962225+mrpapersonic@users.noreply.github.com>
date Sat, 31 Jul 2021 01:43:12 -0400
parents ed1618304c9b
children 6661f088a504
comparison
equal deleted inserted replaced
47:00403c09455c 48:267e3e6bba63
1 # code dump 1 # code dump
2
3 ### [channeldownloader.py](channeldownloader.py)
4 a YTPMV channel downloader, pulls from multiple sources (youtube-dl, internetarchive, and waybackmachine)<br>
5 requires a [YTPMV_Database](https://finnrepo.a2hosted.com/YTPMV_Database) compatible JSON file
2 6
3 ### [decodeurl.cpp](decodeurl.cpp) 7 ### [decodeurl.cpp](decodeurl.cpp)
4 pretty self explanatory, compiled with libcurl and the likes 8 pretty self explanatory, compiled with libcurl and the likes
5 9
6 ### [deleteautosave.py](deleteautosave.py) 10 ### [deleteautosave.py](deleteautosave.py)
17 gets a minecraft skin from a username<br> 21 gets a minecraft skin from a username<br>
18 meant to be used as reference for a possible future beta 1.7.3 (client-side) mod 22 meant to be used as reference for a possible future beta 1.7.3 (client-side) mod
19 23
20 ### [intro.py](intro.py) 24 ### [intro.py](intro.py)
21 originally created to extract all of the yuru yuri intros 25 originally created to extract all of the yuru yuri intros
26
27 ### [kemonopartydownloader.py](kemonopartydownloader.py)
28 made this when i was bored<br>
29 simple [kemono.party](https://kemono.party) downloader, supports proxies<br>
30 requires cookies because of DDoS-GUARD, just use a cookies.txt compatible file
22 31
23 ### [mmltonsf.bat](mmltonsf.bat) 32 ### [mmltonsf.bat](mmltonsf.bat)
24 this is a conversion of a script from bash to batch, it just makes compiling nsfs from mmls easier 33 this is a conversion of a script from bash to batch, it just makes compiling nsfs from mmls easier
25 34
26 ### [nhentai.py](nhentai.py) 35 ### [nhentai.py](nhentai.py)