diff --git a/build/lib/NyaaPy/__init__.py b/build/lib/NyaaPy/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/build/lib/NyaaPy/nyaa.py b/build/lib/NyaaPy/nyaa.py deleted file mode 100644 index 05e25f7..0000000 --- a/build/lib/NyaaPy/nyaa.py +++ /dev/null @@ -1,23 +0,0 @@ -import requests -import xmltodict - - -class Nyaa(): - def search(keyword): - nyaa_baseurl = "https://nyaa.si/?page=rss&c=1_0&f=0&q=" - - request = requests.get(nyaa_baseurl + keyword) - response = xmltodict.parse(request.text) - results = response['rss']['channel']['item'] - - return results - -class NyaaPantsu(): - def search(keyword): - nyaapantsu_baseurl = "https://nyaa.pantsu.cat/feed?c=_&s=0&max=99999&userID=0&q=" - - request = requests.get(nyaapantsu_baseurl + keyword) - response = xmltodict.parse(request.text) - results = response['rss']['channel']['item'] - - return results diff --git a/dist/nyaapy-0.1-py3.6.egg b/dist/nyaapy-0.1-py3.6.egg deleted file mode 100644 index 35c68af..0000000 Binary files a/dist/nyaapy-0.1-py3.6.egg and /dev/null differ diff --git a/nyaapy.egg-info/PKG-INFO b/nyaapy.egg-info/PKG-INFO deleted file mode 100644 index 009d92c..0000000 --- a/nyaapy.egg-info/PKG-INFO +++ /dev/null @@ -1,15 +0,0 @@ -Metadata-Version: 1.0 -Name: nyaapy -Version: 0.1 -Summary: Allows you to make requests on Nyaa.si and nyaa.pantsu.cat -Home-page: https://github.com/juanjosalvador/nyaapy -Author: Juanjo Salvador -Author-email: juanjosalvador@netc.eu -License: MIT -Description: # NyaaPy - - Unofficial Python module to search into Nyaa.si and nyaa.pantsu.cat. - - Based on [Kylart's Nyaapi](https://github.com/Kylart/Nyaapi). - -Platform: UNKNOWN diff --git a/nyaapy.egg-info/SOURCES.txt b/nyaapy.egg-info/SOURCES.txt deleted file mode 100644 index 97358db..0000000 --- a/nyaapy.egg-info/SOURCES.txt +++ /dev/null @@ -1,8 +0,0 @@ -setup.py -NyaaPy/__init__.py -NyaaPy/nyaa.py -nyaapy.egg-info/PKG-INFO -nyaapy.egg-info/SOURCES.txt -nyaapy.egg-info/dependency_links.txt -nyaapy.egg-info/not-zip-safe -nyaapy.egg-info/top_level.txt \ No newline at end of file diff --git a/nyaapy.egg-info/dependency_links.txt b/nyaapy.egg-info/dependency_links.txt deleted file mode 100644 index 8b13789..0000000 --- a/nyaapy.egg-info/dependency_links.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/nyaapy.egg-info/not-zip-safe b/nyaapy.egg-info/not-zip-safe deleted file mode 100644 index 8b13789..0000000 --- a/nyaapy.egg-info/not-zip-safe +++ /dev/null @@ -1 +0,0 @@ - diff --git a/nyaapy.egg-info/top_level.txt b/nyaapy.egg-info/top_level.txt deleted file mode 100644 index bfc9dae..0000000 --- a/nyaapy.egg-info/top_level.txt +++ /dev/null @@ -1 +0,0 @@ -NyaaPy