Skip to content
Permalink

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
Choose a base ref
...
head repository: Flexget/Flexget
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.9.8
Choose a head ref
  • 11 commits
  • 6 files changed
  • 7 contributors

Commits on Jan 17, 2017

  1. Prepare v2.9.7.dev

    FlexGet-Bot committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    b168635 View commit details
    Browse the repository at this point in the history
  2. [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
    ProphecyKt authored and liiight committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    bb3c91a View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2017

  1. toast - Added mac support (#1642)

    * [add] toast - Added mac support
    
    * Added url support
    
    * Fixed message order
    liiight authored Jan 20, 2017
    Configuration menu
    Copy the full SHA
    1bffe7c View commit details
    Browse the repository at this point in the history
  2. [add] imdb_watchlist: added support for choosing types (#1645)

    * added support for choosing types
    
    * forgot to remove the s
    
    * improved schema a bit
    cvium authored and liiight committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    679b62c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    337b20b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    808b99b View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2017

  1. v2.9.7

    FlexGet-Bot committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    8bde7f2 View commit details
    Browse the repository at this point in the history
  2. Prepare v2.9.8.dev

    FlexGet-Bot committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    6714358 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b4736a View commit details
    Browse the repository at this point in the history
  4. [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 .
    jonathanou authored and liiight committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    b28a6ac View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2017

  1. v2.9.8

    FlexGet-Bot committed Jan 22, 2017
    Configuration menu
    Copy the full SHA
    73043b4 View commit details
    Browse the repository at this point in the history
Loading