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

130 Commits

Author SHA1 Message Date
Rnhmjoj
d799d4b5e7 Style changes
Respect 80 characters limit
2015-03-24 23:44:24 +01:00
Viktor Stanchev
cc2459b338 check if transmission is running when using -t, close #26 2015-03-23 20:24:38 -04:00
Viktor Stanchev
9fe74e506b work with or without colorama 2015-03-23 18:29:54 -04:00
Viktor Stanchev
7fde984a4d update uninstaller 2015-03-23 18:21:07 -04:00
Viktor Stanchev
72bf5b7ba6 use old insaller 2015-03-23 18:20:35 -04:00
Viktor Stanchev
4185242caa make timeouts higher and the same 2015-03-23 18:04:34 -04:00
Viktor Stanchev
ef18c3a688 fix default category selection 2015-03-23 18:03:00 -04:00
Rnhmjoj
687d144428 Update copyright year 2015-01-31 16:21:58 +01:00
Rnhmjoj
4b60eb3f5e Remove line left from testing 2015-01-31 16:21:31 +01:00
Rnhmjoj
a90ac7f20e Search multiples terms 2015-01-31 16:21:14 +01:00
Rnhmjoj
7bfed1e5da Handle the new pirate bay 2015-01-31 16:20:28 +01:00
Michele Guerini Rocco
9a13c0308e Improve connection error handling 2014-12-10 18:26:34 +01:00
Michele Guerini Rocco
17a035ff7c Update README.md 2014-12-04 23:12:35 +01:00
Rnhmjoj
2b1112258e Fix unbound local error 2014-12-04 20:03:40 +01:00
Rnhmjoj
b8f922ae6e Fix column width 2014-12-04 19:50:55 +01:00
Rnhmjoj
1c14b61ee6 Better formatting 2014-12-04 19:29:10 +01:00
Rnhmjoj
23211e5a91 Cosmesis
Use more idioms and switch to single quotes
2014-12-04 19:28:37 +01:00
Rnhmjoj
10ba834ab0 Improve io error handling 2014-12-04 15:58:32 +01:00
Rnhmjoj
b967607b5b Final touch to the UI 2014-12-03 23:01:51 +01:00
Rnhmjoj
9dd8960e36 More code cosmesis 2014-12-03 22:43:51 +01:00
Rnhmjoj
c823f1564e Unclutter main function
Why was everything inside main()?
2014-12-03 22:43:11 +01:00
Rnhmjoj
edc4d4ed71 Simplify install/uninstall 2014-12-03 21:39:44 +01:00
Rnhmjoj
eadac1beef Invert --color option 2014-12-03 21:39:44 +01:00
Michele Guerini Rocco
91165f90cd Update readme of the fork 2014-12-03 21:30:03 +01:00
Rnhmjoj
9eff7b0f0b Clean exit 2014-12-03 21:00:49 +01:00
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