PTPAPI
PTPAPI copied to clipboard
A small python API for a mildly popular movie site.
Feature requests: - Allow .torrent downloads without adding to rtorrent - Counter for when many movies are passed to it. maybe towards the beginning? INFO:(52 of 1024): Bugs: - requriements...
`ptp search "https://passthepopcorn.me/collages.php?id=2438" order_by=addedon order_way=desc grouping=yes` runs with no problem. However, when you want to pipe it to something like for example `head` or `tail`, things get broken (e.g. `ptp...
I am trying to get this to work in python instead of cli but this simple test isn't working. ``` import ptpapi connection = ptpapi.login(username='username',passkey='xxxxxxxxxxxxxxxxxxxxxxxxxx') print(connection.current_user()) ``` Running the above...
Noticed number of times python code complains when it encounters UTF-8 characters in the file names. INFO:ptp-reseed:Starting reseed attempt on file /volume1/Movies/TZ/¡Vivan las Antipodas! (2011) Traceback (most recent call last):...
Have seen a number of torrents fail to create the directory and then files within the directory. Think its when there is a leading "/" in the files name. See...
Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...
I see that there is mypy config in `pyproject.toml`. Are you interested in PRs that add type annotations?
Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2024.7.4. Commits bd81538 2024.07.04 (#295) 06a2cbf Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#294) 13bba02 Bump actions/checkout from 4.1.6 to 4.1.7 (#293) e8abcd0 Bump pypa/gh-action-pypi-publish from...
Would be a nice addition to include leech type filtering. I have been wanting to put together a script that monitors my bookmarks for torrents of a certain quality that...