forked from CouchPotato/CouchPotatoServer
-
Notifications
You must be signed in to change notification settings - Fork 44
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
bidulle95
wants to merge
3,662
commits into
mozvip:develop
Choose a base branch
from
cyberden:master
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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…
Changing the CHMOD to 0750
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
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
make torrentday great again
Co-authored-by: Denis VERRIERE <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
i dont see cpasbien.py on cyberden