Ruud
b538f9a08d
Merge branch 'develop'
8 years ago
Ruud Burger
e29c80cb2f
Merge pull request #6947 from peerster/update-README
Remove dead project link from README
9 years ago
Ruud Burger
07b6c32cb8
Merge pull request #7125 from hborawski/join
Add notifiter for Join by joaoapps
9 years ago
Ruud
d8a555c921
Fix broken profiles with empty qualities
9 years ago
Ruud
42dcd35689
Value -1 for quality counts as not selected
9 years ago
Ruud
6be3e0f4ba
Don't try to remove language from themoviedb if it isn't in the list
9 years ago
Ruud
9ba8cbebec
PutIO needs tus lib
9 years ago
Ruud Burger
093be5d844
Merge pull request #7131 from etomm/develop
File names that has a : in position 1 makes guessit split_path to infinite loop
9 years ago
Ruud
dfd368263f
Indent fix
9 years ago
Ruud Burger
e13afd0924
Merge pull request #7133 from dumaresq/develop
Putio -- added ability to have https callback url and pulled new version of put.io api
9 years ago
Ruud Burger
90c4432c94
Merge pull request #7147 from whitter/develop
Updated TorrentLeech provider for new site version
9 years ago
Ruud Burger
0cdfb472c6
Merge pull request #7144 from DaftHonk/develop
Correct Emby API Call for Movies update
9 years ago
Ruud Burger
fbf0672b8f
Merge pull request #7139 from thijstijsma/develop
Removed changing of global uTorrent settings.
9 years ago
Ruud Burger
eff1d1f967
Merge pull request #7138 from lattedesu/patch-1
PassThePopcorn URL update to prevent API 403 error
9 years ago
Ruud Burger
1e15208a23
Merge pull request #7137 from RedsGT/patch-1
Fix BeautifulSoup find_all parsing
9 years ago
whitter
57cc63da98
Updated TorrentLeech provider for new site version
The new version of the TorrentLeech website now has absolute paths for the download links
9 years ago
DaftHonk
d516182fc6
Correct Emby API Call for Movies update
Fixes issue of emby notification not triggering a movie library update
9 years ago
Thijs Tijsma
02ab82cbec
Removed changing of global uTorrent settings.
9 years ago
Ruud Burger
ecec0db5c7
Merge pull request #7136 from sweco-secfha/torrentpotato_search_year
Add year to search param for torrentpotato
9 years ago
lattedesu
78a4749952
PassThePopcorn URL update to prevent API 403 error
PassThePopcorn recently changed their api endpoints to tls.passthepopcorn.me to passthepopcorn.me . Unless you change these URLs, you get this issue:
```
12-05 05:08:17 ERROR
[hpotato.core.plugins.base] Failed opening url in PassThePopcorn: https://tls.passthepopcorn.me/ajax.php?action=login Traceback (most recent call last): HTTPError: 403 Client Error: Forbidden for url: https://passthepopcorn.me/ajax.php?action=login
12-05 05:08:17 ERROR
[edia._base.providers.base] Failed to login PassThePopcorn: Traceback (most recent call last): File "/home/couchpotato/CouchPotatoServer/couchpotato/core/media/_base/providers/base.py", line 163, in login output = self.urlopen(self.urls['login'], data = self.getLoginParams()) File "/home/couchpotato/CouchPotatoServer/couchpotato/core/plugins/base.py", line 227, in urlopen response.raise_for_status() File "/home/couchpotato/CouchPotatoServer/libs/requests/models.py", line 837, in raise_for_status raise HTTPError(http_error_msg, response=self) HTTPError: 403 Client Error: Forbidden for url: https://passthepopcorn.me/ajax.php?action=login ```
There is a thread at their forum; titled: "HTTPS Migration preventing CouchPotato Login", and it's told that this patch fixes this issue. This is required due to migration and their tracker update, and it is shared there. So all credits to the poster. I'm simply making a pull request for the fix, and further investigation if required.
Thanks in advance,
9 years ago
Red Hodgerson
17ab256142
Fix BeautifulSoup find_all parsing
BeautifulSoup only returns a single TR tag regardless of the amount of results at line 49. Since the first TR tag returned isn't an actual result, you never get any results back. Explicitly calling the html parser fixes this issue.
http://stackoverflow.com/questions/16322862/beautiful-soup-findall-doent-find-them-all
9 years ago
Christopher Haglund
5b659f8593
Add year to search param for torrentpotato
9 years ago
Andrew Dumaresq
4bc0e2c58b
Allow setting callbackurl to https
9 years ago
Andrew Dumaresq
fdea2377b6
Added https variable
9 years ago
Andrew Dumaresq
c4d0cb1764
Pulled new API from PUTIO
9 years ago
etomm
bd801b35d9
File names that has a : in position 1 makes guessit split_path to infinite loop
9 years ago
Ruud
4057790470
Merge branch 'develop'
9 years ago
Ruud Burger
6fd1b61842
Merge pull request #7081 from jpartain89/patch-1
Changing the CHMOD to 0750
9 years ago
Ruud Burger
b9924c0472
Merge pull request #7097 from thetownfool/master
issue with none ascii chars in title name. decode to utf-8 and encode…
9 years ago
Ruud Burger
382c2a3027
Merge pull request #6184 from jvandenbroek/develop
Fix Transmission directory when not running local
9 years ago
Harris Borawski
84e7bbfd7b
Add notifiter for Join by joaoapps
9 years ago
Ruud Burger
bdd7f21a45
Merge pull request #7123 from razorloves/develop
passthepopcorn: make target attribute _blank
9 years ago
Ruud Burger
79aad62cc8
Merge pull request #7124 from jcak/patch-1
Update Login url for iptorrents
9 years ago
jcak
cc88b7e0c4
Update Login url for iptorrents
9 years ago
razorloves
fb6f9d79be
passthepopcorn: make target attribute _blank
Matches with the rest of the links in couchpotato
9 years ago
Ruud Burger
a2625bd765
Merge pull request #7035 from moneytoo/patch-1
Update omgwtfnzbs url
9 years ago
Ruud Burger
f8fe9c2623
Merge pull request #7038 from murbaniak/develop
Pass magnet urls directly to rTorrent via xmlrpc
9 years ago
Ruud Burger
2aba686499
Merge pull request #7073 from magnushegge/ipt-fix
Updated category numbers for IP-Torrents.
9 years ago
Ruud Burger
d72389135c
Merge pull request #7081 from jpartain89/patch-1
Changing the CHMOD to 0750
9 years ago
Ruud Burger
96fea97fdf
Merge pull request #7093 from WDeenik/patch-1
Added 2160p to 'allow' list of BR-Rip
9 years ago
Ruud Burger
ee2b137abb
Merge pull request #7097 from thetownfool/master
issue with none ascii chars in title name. decode to utf-8 and encode…
9 years ago
carl lambert
dbcc4d007b
issue with none ascii chars in title name. decode to utf-8 and encode to ascii strips (for some reason the simple encode didn't work?
9 years ago
WDeenik
ca21cb8d2f
Added 2160p to 'allow' list of BR-Rip
1080p/720p BR-Rips can get wrongly classified as 2160p if they have x264/h264 tags, because 1080p and 720 will get a penalty since they are on the 'allow' list for BR-Rip, while 2160p is not.
9 years ago
Justin P
825e78d909
Changing the CHMOD to 0750
This allows monitoring software, like monit, to be able to use the .pid file to track if its running. Plus, I don't think I've ever seen permissions that restrictive?
9 years ago
Magnus H
910665c4bb
Updated search string for IP-torrents to search in title only, not title
and tag (thanks to tsoernes for the idea). Also removed l from categry
name in url as this is no longer needed.
9 years ago
Magnus H
f1b6b13c85
Merged with remote ipt-fix fixed conflict.
9 years ago
Magnus H
b445a502e8
Additional fixes to category numbering.
9 years ago
Magnus H
5f17e2ad5e
Updated category numbers for IP-Torrents.
9 years ago
Magnus H
1ca210f89a
Updated category numbers for IPTorrents
9 years ago
Maciej Urbaniak
0590ac21db
Pass magnets directly to rTorrent
9 years ago