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.10.31
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.10.32
Choose a head ref
  • 4 commits
  • 2 files changed
  • 3 contributors

Commits on Apr 12, 2017

  1. Prepare v2.10.32.dev

    FlexGet-Bot committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    179da1e View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2017

  1. add utcnow to if conditional evaluation

    The "now()" function in Python is relative to your local timezone,
    whereas the pubdate for most RSS feeds, and possibly many other sources
    of input, are specified as UTC. So when comparing dates, similar to what
    is shown in the documentation, it's a lot easier to use utcnow instead
    of now.
    aauren committed Apr 17, 2017
    Configuration menu
    Copy the full SHA
    4e2affd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1793 from aauren/add_utcnow_to_if_conditional

    [add] `utcnow` variable is available in if plugin statements
    gazpachoking authored Apr 17, 2017
    Configuration menu
    Copy the full SHA
    2dce5ea View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2017

  1. v2.10.32

    FlexGet-Bot committed Apr 18, 2017
    Configuration menu
    Copy the full SHA
    e5c2c4b View commit details
    Browse the repository at this point in the history
Loading