diff options
author | Matt <32886639+mattlyon93@users.noreply.github.com> | 2020-10-17 06:21:45 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-17 06:21:45 +1100 |
commit | 31875617829bd747e044214ce607af62860f16c7 (patch) | |
tree | e6f2b1455e25f2a22bb0b9b8d0728a170cc3345e | |
parent | bcc6e8f261139725c714c835acb7ff7eedbbf047 (diff) | |
download | tpb-lite-31875617829bd747e044214ce607af62860f16c7.tar.gz tpb-lite-31875617829bd747e044214ce607af62860f16c7.tar.bz2 tpb-lite-31875617829bd747e044214ce607af62860f16c7.zip |
Update README.md
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ t = TPB('https://thepiratebay.org') # Or create a TPB object with default domain t = TPB() ``` +**N.B** *Before using you should check which ThePirateBay domain works for you, as this varies from country to country.* ## Search ```python # Quick search for torrents, returns a Torrents object |