SubsPlease API Client This package provides a simple interface to fetch and parse episodes from the SubsPlease.
Installation You can install the package using pip:
pip install subsplease
Usage
Here’s how you can use the package:
from subsplease import SubsPlease
search_query = "kami"
subs_please = SubsPlease()
episodes = subs_please.search(search_query)
for episode in episodes:
print(episode)
Features
- Search for episodes based on show names.
- Retrieve download links for various quality formats (480p, 720p, 1080p).
- Easy integration with your Python applications.
Contributing
Contributions are welcome! If you have suggestions for improvements or new features, please feel free to submit a pull request or create an issue in the repository.
License
This project is licensed under the MIT License. See the LICENSE file for more details.
Release files for subsplease 1.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| subsplease-1.0.4.tar.gz | 3.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| subsplease-1.0.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.6 kB
Release files / subsplease-1.0.4.tar.gz
| Download URL | subsplease-1.0.4.tar.gz |
|---|---|
| Size | 3.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9f766a08153c44bb66fb2dc14b6e72dd3c046cf3ab8b86b77d5c54a5f87bba92
|
|
BLAKE2b-256 checksum How to use checksums |
849c7b77768a0a670dbc7de30505eb80e19438fefdb5d129188c707ba18f24ed
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.0 CPython/3.12.7
|
Release files / subsplease-1.0.4-py3-none-any.whl
| Download URL | subsplease-1.0.4-py3-none-any.whl |
|---|---|
| Size | 4.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
fc3c6f4c93ef0797c2345855abe25b9fa21b10b9460d20920fe5efba382ea591
|
|
BLAKE2b-256 checksum How to use checksums |
76faa73e9a0e29cffcf8bed9b2bec7952889770ab752228f2b40f6f089b2a06a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.0 CPython/3.12.7
|