Merge branch 'master' of https://github.com/JuanjoSalvador/NyaaPy into dev
This commit is contained in:
8
NyaaPy/sukebei.py
Normal file
8
NyaaPy/sukebei.py
Normal file
@@ -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
|
||||||
@@ -2,9 +2,9 @@
|
|||||||
<img src="https://github.com/JuanjoSalvador/NyaaPy/blob/master/nyaapy-logo.png?raw=true" />
|
<img src="https://github.com/JuanjoSalvador/NyaaPy/blob/master/nyaapy-logo.png?raw=true" />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
[](https://raw.githubusercontent.com/JuanjoSalvador/NyaaPy/master/LICENSE.txt)
|
[](https://raw.githubusercontent.com/JuanjoSalvador/NyaaPy/master/LICENSE.txt)
|
||||||
|
|
||||||
Unofficial Python module for Nyaa.si (WebScraping) and Nyaa.pantsu.cat (API wrapper)
|
Unofficial Python module for Nyaa.si (WebScraping) and Nyaa.pantsu.cat (API wrapper)
|
||||||
@@ -23,7 +23,7 @@ Install it using pip.
|
|||||||
|
|
||||||
## License
|
## 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:
|
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:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user