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

Fix imdb search by updating imdb-pie #3536

Closed
wants to merge 39 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
89a185b
Adds detail_url to cache db
fernandog Feb 28, 2017
9836887
Add to RARBG (needs unshorten url)
fernandog Feb 28, 2017
7bcaab0
Add to LimeTorrents
duramato Feb 28, 2017
d75b1e0
Merge remote-tracking branch 'origin/develop' into feature/detail_url
fernandog May 22, 2017
6da2d64
Merge branch 'develop' into feature/detail_url
duramato Dec 12, 2017
f1bad19
Add pubdate and details url to BTN
duramato Dec 12, 2017
ba9baeb
Add detail URL to torrentz2
duramato Dec 12, 2017
3ace3db
Add details URL to HD4Free
duramato Dec 12, 2017
9549c44
Update btn.py
duramato Dec 12, 2017
b4a08fd
Add details url to iptorrents
duramato Dec 12, 2017
a4258af
Add details URL to AlphaRatio
duramato Dec 12, 2017
b968427
Add pubdate and details URL to TVChaosUK
duramato Dec 12, 2017
df74c13
Update tvchaosuk.py
duramato Dec 12, 2017
b39f5b8
Add details URL to TorrentDay
duramato Dec 12, 2017
36a8410
Add details URL to HDBits
duramato Dec 12, 2017
a8df16f
Changes
duramato Dec 12, 2017
b38078d
Add details URL to HoundDawgs
duramato Dec 12, 2017
59ddcb6
Add details URL to DanishBits
duramato Dec 13, 2017
9b4c8bf
Add details URL to BIT-HDTV
duramato Dec 13, 2017
bf5527f
Add pubdate and the details URL to PreToMe
duramato Dec 13, 2017
9d8b77b
Add the details URL to TNTVillage
duramato Dec 13, 2017
32878a2
Add the details URL to GFT
duramato Dec 13, 2017
43a90d2
Add the details URL to SDBits
duramato Dec 13, 2017
8b2d62f
Add the details URL to TorrentBytes
duramato Dec 13, 2017
d13c29e
Add pubdate and details url to TorrentLeech
duramato Dec 13, 2017
ffa8785
Add details URL to Torrenting
duramato Dec 13, 2017
d3cae94
Add pubdate and the details URL to SceneTime
duramato Dec 13, 2017
cba1abe
Ups
duramato Dec 13, 2017
4730436
Add pubdate and the details URL to SceneTime
duramato Dec 13, 2017
d7439c0
Add the details URL to HD-Torrents
duramato Dec 13, 2017
3c9603a
Add the details URL to HD-Space
duramato Dec 13, 2017
2430e4b
Add the details URL to elitetorrent
duramato Dec 13, 2017
3b6cf03
Add the details URL to Nebulance
duramato Dec 13, 2017
fd42171
Add details URL to anizb
duramato Dec 13, 2017
476048c
Add pubdate and the details URL to SpeedCD and also fix login
duramato Dec 13, 2017
3749cce
Merge branch 'develop' into feature/detail_url
duramato Dec 15, 2017
dd44422
Merge branch 'develop' into feature/detail_url
duramato Dec 18, 2017
d55184a
Merge branch 'develop' into feature/detail_url
fernandog Dec 19, 2017
22f6686
Update imdb-pie to 4.4.0
duramato Dec 27, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'develop' into feature/detail_url
fernandog authored Dec 19, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit d55184a519a4fd55478f1ca5f06c36f773f6a6db
6 changes: 1 addition & 5 deletions medusa/providers/torrent/html/speedcd.py
Original file line number Diff line number Diff line change
@@ -37,11 +37,7 @@ def __init__(self):
# URLs
self.url = 'https://speed.cd'
self.urls = {
'login': [urljoin(self.url, 'take_login.php'),
urljoin(self.url, 'takeElogin.php'),
urljoin(self.url, 'take.login.php'),
urljoin(self.url, 'takelogin.php')
],
'login': urljoin(self.url, 'login.php'),
'search': urljoin(self.url, 'browse.php'),
'login_post': None,
}
You are viewing a condensed version of this merge commit. You can view the full changes here.