-
Notifications
You must be signed in to change notification settings - Fork 481
Comparing changes
Open a pull request
base repository: Flexget/Flexget
base: 2.2.19
head repository: Flexget/Flexget
compare: 2.2.20
- 14 commits
- 4 files changed
- 4 contributors
Commits on Aug 13, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 6ef3eaa - Browse repository at this point
Copy the full SHA 6ef3eaaView commit details -
subliminal: add authentication option
Some subtitle providers require authentication. To configure them, subliminal accepts the `provider_configs` option to the ProviderPool class. Add support for it through an `authentication` configuration key. Having the provider configurations be specified in the `providers` key would look nicer, but break the case where one wants to authenticate to specific providers, but still use all the available ones (by leaving out the `providers` option completely).
Configuration menu - View commit details
-
Copy full SHA for 347a422 - Browse repository at this point
Copy the full SHA 347a422View commit details -
Configuration menu - View commit details
-
Copy full SHA for f550c74 - Browse repository at this point
Copy the full SHA f550c74View commit details -
subliminal: silence dogpile logger to avoid spam
Dogpile can spam log messages such as the following at the debug level. Silence it. 2016-07-31 00:44 DEBUG dogpile.util.readwrite_lock subs <dogpile.util.readwrite_lock.ReadWriteMutex object at 0x7f693c4c08d0> acquired read lock
Configuration menu - View commit details
-
Copy full SHA for 23c0d57 - Browse repository at this point
Copy the full SHA 23c0d57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6104823 - Browse repository at this point
Copy the full SHA 6104823View commit details
Commits on Aug 14, 2016
-
Configuration menu - View commit details
-
Copy full SHA for fc2b464 - Browse repository at this point
Copy the full SHA fc2b464View commit details
Commits on Aug 15, 2016
-
Convert string-like values to plain strings in Entry
BeautifulSoup, as used in some search plugins, returns strings from HTML document structures in "enriched" form - instances of unicode/str mixed in with another class. Those strings carry references to the whole document tree, which can cause issues when attempting to serialize entry values for saving to the database. To avoid that, coerce any values whose type is a subtype of text_type, but not *exactly* text_type, to text_type, with text_type being unicode in Py2 and str in Py3. That should ensure we throw away any extra baggage that might be attached but keep the exact same content.
Configuration menu - View commit details
-
Copy full SHA for fb3dbc9 - Browse repository at this point
Copy the full SHA fb3dbc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c10f5b - Browse repository at this point
Copy the full SHA 2c10f5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5413cb9 - Browse repository at this point
Copy the full SHA 5413cb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbd2fc5 - Browse repository at this point
Copy the full SHA bbd2fc5View commit details -
Merge pull request #1338 from danielkza/fix-test-misc-umask
Fix wrong umask calculation in download test
Configuration menu - View commit details
-
Copy full SHA for c1fc126 - Browse repository at this point
Copy the full SHA c1fc126View commit details -
Merge pull request #1304 from danielkza/subliminal-improvements
Miscellaneous Subliminal plugin improvements
Configuration menu - View commit details
-
Copy full SHA for 95c762f - Browse repository at this point
Copy the full SHA 95c762fView commit details -
Merge pull request #1337 from danielkza/entry-coerce-strings
Convert string-like values to plain strings in Entry
Configuration menu - View commit details
-
Copy full SHA for 39b376b - Browse repository at this point
Copy the full SHA 39b376bView commit details
Commits on Aug 16, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f06db58 - Browse repository at this point
Copy the full SHA f06db58View commit details
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.2.19...2.2.20