Commit Graph

18 Commits

Author SHA1 Message Date
auouymous 41c312dd68 Change deprecated logger.warn() to logger.warning(). 2022-04-29 02:54:32 -06:00
MarkusHackspacher 82f41f4c21 sorting imports
with isort -y -rc
see #393
2018-07-24 11:08:10 +02:00
MarkusHackspacher c99fca923e fix E231 missing whitespace after ',' 2018-05-29 22:54:05 +02:00
Eric Le Lay fa5a289396 finish fixing E226 2018-04-15 18:59:20 +02:00
MarkusHackspacher a90fa0b521 fix W391 blank line at end of file 2018-02-11 21:51:40 +01:00
Adam Voss 0d0ce6903f Additional python3 syntax fixes
Found by `python3 -m compileall .`
2016-12-06 21:36:20 -06:00
Thomas Perl 28075c09dd Remove QML UI 2016-02-03 19:54:33 +01:00
Vladimir Rutsky 975a0fcde1 Made into duration parsing more robust 2014-05-09 01:49:18 +04:00
Vladimir Rutsky 430f1fa60c Fix TED subtitles downloading plugin
Looks like page format changed.
2014-05-09 01:45:11 +04:00
Bernd Schlapsi 63d6df5ed0 Bugfixing for two of the extensions
Fixing bugs I found while running the extension tests from the seperate
extension repository
https://github.com/gpodder/gpodder-hook-scripts/tree/master-core
2013-04-20 14:27:08 +02:00
Bernd Schlapsi 9b03a49b95 Add new extension (bug 1733) and correct some errors
New extension to convert ogg to mp3
few bugfixes in other extensions
2012-12-29 14:29:10 +01:00
Thomas Perl f6c66134b9 Merge pull request #29 from brot/master
Improvements to the extension system
2012-12-17 06:31:51 -08:00
Bernd Schlapsi d5eae16b9f Improvements to the extension system
- Add category metadata in every extension
- Show this category in the extension list gui
- Add "mandatory_in" and "disable-in" configuration for an extension
- Add Ubuntu unity check to enable/disable unity specific extensions
- Move "gpodder.win32" and "gpodder.osx" setting to the "gpodder.ui" namespace to be able to use it in the extensions category settings
- Only show metadata information in the right-click dialog of an extension
2012-12-07 10:30:28 +01:00
Danilo Shiga 2986e9f494 Fixing TEDtalks subtitle downloader
the introDuration parameter on tedtalks page has changed a little, now the
parameter appears using htmlentities, so I had to change the split for it to be
able to find the subtitles.
Also now the subtitles appears in seconds.
And I've provided 15 as a default value, since it's a good guess for modern
tedtalks (older ones have longer introductions)
2012-11-27 00:07:22 -02:00
Bernd Schlapsi a020a120f7 add 'on_episode_delete' to the 'ted_subtitles' extension 2012-08-12 11:01:51 +02:00
Danilo Shiga 552f60689e TED Subtiltes Extension: fix GUID parsing for talkId
the possible guid can have http:// in the beginning, or another number after
the talkId (the TED theme number, if it is a theme feed), so the regex
considers all these possibilities
2012-08-09 08:42:04 -03:00
Thomas Perl 9a67096e76 TED Subtiltes Extension: Fix GUID parsing error
Somewhere along the line, the GUID for an episode
might be appended to the base URL for the feed. For
this reason, we simply look at the last part of the
GUID (split by ':') and take that as the talk ID.
2012-08-09 10:54:20 +02:00
Danilo Shiga c9c839ea0a New extension: TED Talks Subtitles (Pull Request #9) 2012-08-08 00:46:32 -03:00