changeset 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 00403c09455c
children 717feded576e
files README.md
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Sat Jul 31 01:38:46 2021 -0400
+++ b/README.md	Sat Jul 31 01:43:12 2021 -0400
@@ -1,5 +1,9 @@
 # code dump
 
+### [channeldownloader.py](channeldownloader.py)
+a YTPMV channel downloader, pulls from multiple sources (youtube-dl, internetarchive, and waybackmachine)<br>
+requires a [YTPMV_Database](https://finnrepo.a2hosted.com/YTPMV_Database) compatible JSON file
+
 ### [decodeurl.cpp](decodeurl.cpp)
 pretty self explanatory, compiled with libcurl and the likes
 
@@ -20,6 +24,11 @@
 ### [intro.py](intro.py)
 originally created to extract all of the yuru yuri intros
 
+### [kemonopartydownloader.py](kemonopartydownloader.py)
+made this when i was bored<br>
+simple [kemono.party](https://kemono.party) downloader, supports proxies<br>
+requires cookies because of DDoS-GUARD, just use a cookies.txt compatible file
+
 ### [mmltonsf.bat](mmltonsf.bat)
 this is a conversion of a script from bash to batch, it just makes compiling nsfs from mmls easier