1
0
mirror of https://github.com/vikstrous/pirate-get synced 2025-01-10 10:04:21 +01:00
Commit Graph

305 Commits

Author SHA1 Message Date
Rnhmjoj
764ba8d869 Add newline before printing 2014-12-03 20:58:56 +01:00
Rnhmjoj
92bf01bd10 Remove useless statements 2014-12-03 20:58:36 +01:00
Rnhmjoj
f74835f9ff Another encoding issue
I hope this is the last one.
2014-12-03 20:47:25 +01:00
Rnhmjoj
902d0e3f1d Some UI tweaks 2014-12-03 20:44:59 +01:00
Rnhmjoj
a37ea20956 Fix name clash
Forgot about this one
2014-12-03 20:21:46 +01:00
Rnhmjoj
23570d75ff Fix another encoding bug 2014-12-03 20:21:16 +01:00
Rnhmjoj
6aaf69cfa7 Adapt output to terminal size 2014-12-03 19:49:21 +01:00
Rnhmjoj
db62bf83ed Use new default domain
No piratebay.se in Italy ;-)
2014-12-03 19:49:02 +01:00
Rnhmjoj
8c915f4d80 More python 3 changes 2014-12-03 19:47:53 +01:00
Rnhmjoj
a8953d8d41 Cosmesis 2014-12-03 19:47:38 +01:00
Rnhmjoj
e8bd35d658 Change config file location 2014-12-03 19:43:12 +01:00
Rnhmjoj
71cf8d2d82 Fix python 3 except syntax 2014-12-03 19:42:47 +01:00
Rnhmjoj
c817681748 Fix encoding errors 2014-12-03 19:41:31 +01:00
Rnhmjoj
62703bbf7d rename new modules 2014-12-03 19:40:04 +01:00
Rnhmjoj
0ed859a1b0 Fix python 3 imports 2014-12-03 19:38:24 +01:00
Viktor Stanchev
a8aa82c7e9 Merge pull request #38 from jebaum/fix-unicode
encode strings with utf-8
2014-11-22 01:34:54 -08:00
James Baumgarten
ff052b69bb encode strings with utf-8 2014-11-22 00:22:55 -08:00
Viktor Stanchev
85d2fdf3a7 Merge pull request #37 from gdmsl/issue-36
Fixed issue #36 wrong url for proxy list
2014-11-12 09:15:28 -08:00
Guido Masella
451b12a191 Fixed issue #36 wrong url for proxy list 2014-11-12 17:26:01 +01:00
Viktor Stanchev
18be0be73c Merge pull request #35 from pedromaltez/pm/feature/XDG_CONFIG_HOME_support
Respect XDG_CONFIG_HOME if it is set
2014-11-10 23:47:22 -08:00
Pedro Maltez
5bfcf00b35 Add information about recognition of XDG_CONFIG_HOME to README.md 2014-11-11 08:39:45 +00:00
Pedro Maltez
896827734f Respect XDG_CONFIG_HOME if it is set 2014-11-11 08:05:05 +00:00
Viktor Stanchev
c934da6b21 Merge pull request #34 from reshun/master
Added 'q' to quit script
2014-10-29 02:26:56 -07:00
ReShun Davis
2602b1bab9 Added 'q' to quit script 2014-10-28 23:26:37 -07:00
Viktor Stanchev
fd74abbcf1 change license title size 2014-10-27 23:48:38 -07:00
Viktor Stanchev
1fa2428614 add license 2014-10-27 23:48:02 -07:00
Viktor Stanchev
1716033e09 Merge pull request #33 from reshun/master
Added ability to sort on PB columns as well as view in PBs Browse mode
2014-10-27 21:46:10 -07:00
ReShun Davis
cb9ed18e9d Added ability to sort on PB colums as well as view to parrot PBs Browse mode 2014-10-27 20:28:48 -07:00
Viktor Stanchev
594f8d73e6 Merge pull request #29 from alexpeak/printTorrentInfo
Add options to print torrent descriptions & files
2014-07-28 10:37:16 -04:00
Alex Peak
22011038b6 Clean up whitespaces (tabs to 4 spaces)
Damn you vim and your odd defaults.
2014-07-27 22:54:35 -07:00
Alex Peak
f6d1b5f806 Add options to print torrent descriptions & files
The user can type 'd' or 'f' before their selected links to get either
the piratebay description or file list printed.  This data is requested
from the site using the torrent id number parsed from the search
results.
2014-07-26 23:06:59 -07:00
Viktor Stanchev
73e1779b64 Merge pull request #28 from syntaxsane/master
Added -a option for choosing all the results
2014-07-05 01:07:05 -04:00
Justin Sane
97d7d3bc96 Added -a option for choosing all the results 2014-07-05 05:39:16 +01:00
Brad Horrocks
2fef9b9f6a Fix zebra striping 2014-06-12 17:23:08 -06:00
Bradley D
50588e0292 Merge pull request #25 from vikstrous/develop/browse-top100-cat
Develop/browse top100 cat

Thanks everyone! I am going to merge this to master.

:shipit:
2014-06-12 17:20:43 -06:00
Brad Horrocks
7d998d1d24 Fixes #23
You the default behaviour will be to list the top 100
-c will allow you to filter by category
-l will list all categories and their id
-R will only show torrents uploaded in the last 48 hours **doesnt work when searching**
updated readme to reflect new options

```

pirate-get

pirate-get -c "Audio/Music"

pirate-get "Silicon Valley"

pirate-get -c "Video/TV Shows" "silicon valley"
```
2014-06-12 17:13:11 -06:00
Viktor Stanchev
cec2d4b2c2 Revert "Do not negate check for string "No hits""
This reverts commit 71829f8034.
2014-06-12 19:03:15 -04:00
Brad Horrocks
6c3b7c1dfb Fixes #17 - Updated docs with config file info
sorry for the stupid commit before
2014-06-05 20:41:44 -06:00
Brad Horrocks
c5162b76ae what the hell was i doing
Revert "Fixes #4 - Very basic configuration docs"

This reverts commit d60e3b2a24.
2014-06-05 20:41:13 -06:00
Brad Horrocks
d60e3b2a24 Fixes #4 - Very basic configuration docs 2014-06-05 20:37:44 -06:00
Viktor Stanchev
2ec57f7cd0 Merge pull request #22 from stoneage7/master
-p option doesn't work for me
2014-05-14 00:23:24 -04:00
stoneage7
a492f49b1f "sizes" and "uploaded" lists get generated for every page
user extend() instead to avoid exception
2014-05-13 21:02:43 +02:00
mvpossum
947286dc51 installation for arch 2014-05-12 01:22:28 -03:00
mvpossum
1e311e9d63 --custom option fixed 2014-05-12 01:16:06 -03:00
mvpossum
479640dad1 -0 option fixed 2014-05-12 01:14:22 -03:00
Viktor Stanchev
3efcf5a9eb Update README.md 2014-05-11 14:59:17 -04:00
Viktor Stanchev
7f8ed245a9 Merge pull request #21 from mvpossum/master
Gzip Support
2014-05-11 14:54:41 -04:00
mvpossum
a1246db22a gzip support 2014-05-11 15:42:18 -03:00
mvpossum
f028c3d50d gzip support 2014-05-11 15:37:22 -03:00
Viktor Stanchev
6dda544b82 Merge pull request #18 from mvpossum/master
Added the ability to run a custom command
2014-05-09 02:54:35 +00:00