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

Commits on Dec 26, 2020

  1. Prepare v3.1.93.dev

    FlexGet-Bot committed Dec 26, 2020
    Configuration menu
    Copy the full SHA
    70366a2 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. [fix] torznab: Fix None value in description

    Torznab can receive None value in child.text which leads to generating entry
    with None value in description.
    
    Unfortunately `entry.get('description', '')` construct which is used almost
    everywhere can't return default value when 'description' key exists in entry but
    its value is None.
    
    I believe that better option would be to use different method to handle
    defaults and don't count on input plugins to provide correct values, but it
    would take major effort to fix everywhere.
    kepi committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    0c395d2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2795 from kepi/fix/torznab-none-description

    [fix] torznab: Fix None value in description
    gazpachoking authored Dec 29, 2020
    Configuration menu
    Copy the full SHA
    5ff9f77 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2020

  1. v3.1.93

    FlexGet-Bot committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    1ea8399 View commit details
    Browse the repository at this point in the history
Loading