esp10mm / HentaiFeedFilter

Filter for E-Hentai rss feed
14 stars 5 forks source link

Filter by type? #1

Closed Ruriko closed 8 years ago

Ruriko commented 8 years ago

Is there a way to filter the rss by type? like I only want doujinshi torrents

esp10mm commented 8 years ago

Hi , I just update the app, and you can filter by type now ! For example , try to subscribe following urls:

http://hentaifeedfilter.herokuapp.com/?type=doujinshi
http://hentaifeedfilter.herokuapp.com/?type=doujinshi&&tags=chinese
http://hentaifeedfilter.herokuapp.com/?type=manga&&tags=Taishinkokuoh%20Anton
Ruriko commented 8 years ago

thanks for adding this feature! can you also make it work with artistcg & gamecg?

esp10mm commented 8 years ago

There is type name in item title from origin e-hentai rss feed and what my program do is filter item by its title. You can reference the origin source to know artistcg type item will include "[Artist CG Sets]" in title. So this will get what you want:

http://hentaifeedfilter.herokuapp.com/?type=Artist CG Sets
http://hentaifeedfilter.herokuapp.com/?type=Game CG Sets

By the way , the parameter is not case sensitive.