-
Notifications
You must be signed in to change notification settings - Fork 481
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: Flexget/Flexget
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.9.6
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: Flexget/Flexget
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.9.8
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 6 files changed
- 7 contributors
Commits on Jan 17, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b168635 - Browse repository at this point
Copy the full SHA b168635View commit details -
[fix] T411 url has changed (still one) (#1641)
Hi, it stay one occurence of the old url in url-rewritter plugin torrent411: "plugins/sites/torrent411.py" line 401 Thanks
Configuration menu - View commit details
-
Copy full SHA for bb3c91a - Browse repository at this point
Copy the full SHA bb3c91aView commit details
Commits on Jan 20, 2017
-
toast - Added mac support (#1642)
* [add] toast - Added mac support * Added url support * Fixed message order
Configuration menu - View commit details
-
Copy full SHA for 1bffe7c - Browse repository at this point
Copy the full SHA 1bffe7cView commit details -
[add] imdb_watchlist: added support for choosing types (#1645)
* added support for choosing types * forgot to remove the s * improved schema a bit
Configuration menu - View commit details
-
Copy full SHA for 679b62c - Browse repository at this point
Copy the full SHA 679b62cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 337b20b - Browse repository at this point
Copy the full SHA 337b20bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 808b99b - Browse repository at this point
Copy the full SHA 808b99bView commit details
Commits on Jan 21, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 8bde7f2 - Browse repository at this point
Copy the full SHA 8bde7f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6714358 - Browse repository at this point
Copy the full SHA 6714358View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b4736a - Browse repository at this point
Copy the full SHA 2b4736aView commit details -
[add] Add url rewrite support for bt.hliang.com (#1630)
* Add url rewrite support for bt.hliang.com bt.hliang.com provides asian tv show torrents. However, it does not support rss feeds. To auto download shows, use http plugin to download the homepage of bt.hliang.com, and this url rewrite plugin will do the following: 1. Go through each entry url and follow the link to open the details page. 2. In the details page, search for the actual torrent download url (any link that contains "down.php?[unique id]" 3. Return the url if found, or raise UrlRewriteError. * Fix regex issue Forgot to escape '.' and '?' for the "down.php?" regex pattern. * Resolved pull request feedback. 1. Wrapped requests.get() call inside try-except 2. Changed plugin registration to specify "interfaces" instead of "groups" Additional changes: 1. Removed unused urllib2 import. 2. Grouped import statements. * Catch requests library exceptions separately. When making request calls, catch request specific exceptions and log the error before raising UrlRewritingError. For the soup library call, it is not immediately clear what Exception types are guaranteed to throw, therefore it is left unchanged. * Fix logging call. Change from log.exception to log.error as requested in the pull request. Also fixed how the arguments are being passed, the message takes a format string and the arguments that follow are the values. The previous implementation was incorrect. * Store exception message in UrlRewritingError. Instead of storing the actual exception, store exception message in UrlRewritingError. Printing the exception as a string shows the traceback, which for log files is a little verbose. Showing the the exception message helps give more meaningful info. * Use str(e) to display exception message. Exception.message is deprecated, use str(e) as recommended in https://stackoverflow.com/questions/1272138/baseexception-message-deprecated-in-python-2-6 .
Configuration menu - View commit details
-
Copy full SHA for b28a6ac - Browse repository at this point
Copy the full SHA b28a6acView commit details
Commits on Jan 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 73043b4 - Browse repository at this point
Copy the full SHA 73043b4View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.9.6...2.9.8