zhou-en / pyppeteer-scraper

Web scraper using pyppeteer
0 stars 0 forks source link

Figure out Transmission API #2

Open zhou-en opened 10 months ago

zhou-en commented 10 months ago
zhou-en commented 10 months ago

https://transmission-rpc.readthedocs.io/en/v7.0.3/

zhou-en commented 10 months ago

https://transmission-rpc.readthedocs.io/en/v7.0.3/client.html#transmission_rpc.Client.remove_torrent

remove_torrent(ids: int | str | List[str | int] | None, delete_data: bool = False, timeout: int | float | Tuple[int | float, int | float] | None = None) → None[[source]](https://transmission-rpc.readthedocs.io/en/v7.0.3/_modules/transmission_rpc/client.html#Client.remove_torrent)

    remove torrent(s) with provided id(s).

    Local data will be removed by transmission daemon if delete_data is set to True.

    Parameters:

            ids (int | str | List[str | int] | None) –

            delete_data (bool) –

            timeout (int | float | Tuple[int | float, int | float] | None) –

    Return type:

        None