Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master cpasbien.py #22

Open
wants to merge 3,662 commits into
base: develop
Choose a base branch
from
Open

Master cpasbien.py #22

wants to merge 3,662 commits into from

Conversation

bidulle95
Copy link

i dont see cpasbien.py on cyberden

RuudBurger and others added 30 commits November 12, 2016 17:13
Update Login url for iptorrents
passthepopcorn: make target attribute _blank
Fix Transmission directory when not running local
issue with none ascii chars in title name. decode to utf-8 and encode…
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
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,
…earch_year

Add year to search param for torrentpotato
Fixes issue of emby notification not triggering a movie library update
The new version of the TorrentLeech website now has absolute paths for the download links
Fix BeautifulSoup find_all parsing
PassThePopcorn URL update to prevent API 403 error
Removed changing of global uTorrent settings.
Correct Emby API Call for Movies update
Updated TorrentLeech provider for new site version
Putio -- added ability to have https callback url and pulled new version of put.io api
File names that has a : in position 1 makes guessit split_path to infinite loop
gabrialm and others added 30 commits April 23, 2018 12:00
Add category ID for UHD 4K/2160p
TheMovieDb searcher : remove broken API keys
allow watching of trailer in fullscreen in firefox
Increased media query max-width to 485px
Update alpharatio.py movie search categories
Fix Transmission basic authentication
Add 2160p category ID for IPtorrents
Fixing Torrentleech with new interface based on JS and json
Add 2160p category ID for IPtorrents
Fixing Torrentleech with new interface based on JS and json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.