diff --git a/NyaaPy/sukebei.py b/NyaaPy/sukebei.py new file mode 100644 index 0000000..e828582 --- /dev/null +++ b/NyaaPy/sukebei.py @@ -0,0 +1,8 @@ +from NyaaPy.nyaa import Nyaa +from NyaaPy import utils + +class SukebeiNyaa(Nyaa): + + def __init__(self): + self.SITE = utils.TorrentSite.SUKEBEINYAASI + self.URL = utils.TorrentSite.SUKEBEINYAASI.value diff --git a/README.md b/README.md index 6ae6b3b..020c6bc 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@

-![](https://img.shields.io/badge/Python-3.5-green.svg) +![](https://img.shields.io/badge/Python-3.10-green.svg) ![](https://img.shields.io/badge/Nyaa.si-supported-green.svg) -![](https://img.shields.io/badge/NyaaPantsu-supported-green.svg) +![](https://img.shields.io/badge/NyaaPantsu-no%20longer%20supported-red.svg) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/JuanjoSalvador/NyaaPy/master/LICENSE.txt) Unofficial Python module for Nyaa.si (WebScraping) and Nyaa.pantsu.cat (API wrapper) @@ -23,7 +23,7 @@ Install it using pip. ## License -Copyright 2017 Juanjo Salvador +Copyright 2024 Juanjo Salvador Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: