Thanks to visit codestin.com
Credit goes to github.com

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.5.13
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.5.14
Choose a head ref
  • 8 commits
  • 2 files changed
  • 3 contributors

Commits on Aug 27, 2016

  1. Fixed a bug in the myepisodes plugin. Flexget was bombing when it att…

    …empted to verify a succesful login. There was something wrong with the character set of the myepisodes page preventing it from working. I added an explicit translation of the return page to fix it.
    VectrexGamer committed Aug 27, 2016
    Configuration menu
    Copy the full SHA
    0fbe3a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2016

  1. Refactored the myepisodes plugin to use the requests library. Broke s…

    …ome of the larger methods into more readable pieces. Updated the URLs being used. They we incorrect in some cases and the authentication was not being done over SSL.
    VectrexGamer committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    e209532 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8d9807 View commit details
    Browse the repository at this point in the history
  3. Convertered '%' to ',' when passing log statement parameters. Stopped…

    … converting exceptions with str() when logging. Added unicode compatibility import back in. Removed a , cough, semi-colon. Minor PEP8 compliance changes.
    VectrexGamer committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    3ebb32f View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2016

  1. Prepare v2.5.14.dev

    FlexGet-Bot committed Nov 5, 2016
    Configuration menu
    Copy the full SHA
    ecfbfef View commit details
    Browse the repository at this point in the history
  2. Removed explicit tvdb import and using plugin.get_plugin_by_name('api…

    …_tvdb').instance.lookup_series instead
    VectrexGamer committed Nov 5, 2016
    Configuration menu
    Copy the full SHA
    cc7a6ca View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1374 from VectrexGamer/develop

    [change] myepisodes has been refactored
    cvium authored Nov 5, 2016
    Configuration menu
    Copy the full SHA
    9438849 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2016

  1. v2.5.14

    FlexGet-Bot committed Nov 6, 2016
    Configuration menu
    Copy the full SHA
    5d3d943 View commit details
    Browse the repository at this point in the history
Loading