Commit Graph

3724 Commits

Author SHA1 Message Date
MarkusHackspacher 49bb08c8a3 fix E502 the backslash is redundant between brackets 2018-05-08 10:43:56 +02:00
Eric Le Lay b21f3c8795
Merge pull request #451 from MarkusHackspacher/style401
fix E401 multiple imports on one line
2018-05-06 15:55:54 +02:00
MarkusHackspacher 11bf9e3ef8 fix E401 multiple imports on one line 2018-05-05 23:50:37 +02:00
Eric Le Lay b22e489778
Merge pull request #450 from MarkusHackspacher/pep8-e124
fix E124 closing bracket does not match visual indentation
2018-05-02 09:06:39 +02:00
MarkusHackspacher 9adb9a7d22 fix E124 closing bracket does not match visual indentation
add e124 and E220 to E229 as E22 in setup.cfg
2018-05-01 14:22:18 +02:00
Eric Le Lay f45ee07522 localdepends: add downloaded url 2018-04-29 12:06:54 +02:00
Eric Le Lay 368a20e5df
Merge pull request #437 from XIncognito10/add_youtube_parsing
Implements #384: Youtube Feeds without API
2018-04-29 11:48:08 +02:00
Eric Le Lay d7c0ae7d85 lint: add E225 2018-04-29 11:39:37 +02:00
Eric Le Lay c6413975cd
Merge pull request #441 from MarkusHackspacher/code-e225
fix E225 missing whitespace around operator
2018-04-29 11:39:07 +02:00
Eric Le Lay 09b8c27f2e
Merge pull request #444 from lingfish/patch-1
Improve sonos.py a bit
2018-04-22 22:31:57 +02:00
Xincognito10 5cc67c2289 Fixed Exception statement in youtube.py 2018-04-22 08:21:24 -05:00
Jason Lingohr 57b62e7ab8
Updates from review. 2018-04-21 12:40:59 +10:00
Jason Lingohr 288acdec67
Improve sonos.py a bit
Some modifications to better handle grouped speakers, as well as showing them as a target choice.
2018-04-20 13:27:27 +10:00
Eric Le Lay 3d64e671a4
Merge pull request #440 from elelay/soco-update
sonos extension: update to soco >= 0.7 API
2018-04-19 21:55:01 +02:00
Eric Le Lay afe8d458ba sonos extension: remove controller from any group
suggested by @lingfish
2018-04-19 21:54:18 +02:00
Eric Le Lay 4b10fda217
Merge pull request #443 from gpodder/proper-guid-option
gpo episodes: use a command line option instead of "any value is true"
2018-04-19 21:51:14 +02:00
Thomas Perl f2762fdff8 Use a command line option instead of "any value is true" 2018-04-19 15:17:22 +02:00
Eric Le Lay 250b0757ea
Merge pull request #442 from nmaggioni/episodes_guids
Commands for single episodes downloading
2018-04-18 22:12:08 +02:00
Eric Le Lay d468482573 fix sonos.py code 2018-04-18 21:52:18 +02:00
Niccolò Maggioni 73dfeef8c1
Recombination with original commands 2018-04-17 15:17:07 +02:00
Niccolò Maggioni b518bd81e0
New commands for showing GUIDs and downloading single episodes 2018-04-17 14:55:18 +02:00
MarkusHackspacher 2075ea8d5f fix E225 missing whitespace around operator 2018-04-17 14:39:05 +02:00
Xincognito10 31c479b872 Overhauled get_real_cover to use new api-less youtube feeds
* Final tests complete
2018-04-16 05:14:02 -05:00
Xincognito10 7de1ff1719 * Cleaned up import statements
* Fixed get_real_cover to work with the new api-less youtube fetching
    * get_real_cover now uses the channel id fetched from the feed
    * The regex has been replaced with a dedicated html parser
2018-04-16 05:10:14 -05:00
Eric Le Lay 9272a8a2d4 pycodestyle: don't select all W, build fails
see https://travis-ci.org/gpodder/gpodder/builds/366837578
2018-04-15 19:05:05 +02:00
Eric Le Lay fa5a289396 finish fixing E226 2018-04-15 18:59:20 +02:00
Eric Le Lay 862792f80c
Merge pull request #426 from MarkusHackspacher/style22x-1
fix E221 multiple spaces before operator
2018-04-15 18:50:00 +02:00
Eric Le Lay 3cd48289b8
Merge pull request #433 from MarkusHackspacher/code-e226-1
fix E226 missing whitespace around arithmetic operator
2018-04-15 18:38:22 +02:00
Eric Le Lay ecf732d9c9 sonos extension: update to soco >= 0.7 API
fixes #431
2018-04-15 18:34:57 +02:00
Eric Le Lay 81a7608fd9 fix exception when no website link in feed 2018-04-15 18:22:44 +02:00
Xincognito10 a245518dbc Implemented api-less youtube feed parsing (final commit)
* Phased out the resolve_v3_url which has been replaced by
parse_youtube_url

* Updated parse_youtube_url to use logging system
2018-04-10 03:04:50 -05:00
Xincognito10 c6b6ae7eda Implemented api-less youtube feed parsing (final commit)
* Phased out the resolve_v3_url which has been replaced by
parse_youtube_url

* Updated parse_youtube_url to use logging system
2018-04-10 03:00:28 -05:00
Xincognito10 14315c6c72 Implemented api-less youtube feeds
users, playlists and channels are supported
2018-04-08 16:08:05 -05:00
Markus Hackspacher dc7661419b
Fix W503 line break before binary operator 2018-03-28 07:54:48 +02:00
Markus Hackspacher 0559687e9c
add E221 2018-03-27 21:51:59 +02:00
Markus Hackspacher b4ea1afb17
Merge branch 'master' into style22x-1 2018-03-27 21:50:04 +02:00
MarkusHackspacher a1e7e1dcbe fix E226 missing whitespace around arithmetic operator 2018-03-27 21:40:36 +02:00
Eric Le Lay 15617c5b39 add E228 to linter config 2018-03-25 20:54:39 +02:00
Eric Le Lay 90cc2f166f more obvious syntax 2018-03-25 20:53:42 +02:00
Eric Le Lay d0e0c5ea14
Merge pull request #429 from MarkusHackspacher/style22x-4
fix E226 missing whitespace around arithmetic operator
2018-03-25 20:51:42 +02:00
Eric Le Lay 7330c1a683
Merge pull request #427 from MarkusHackspacher/style22x-3
fix E226 missing whitespace around arithmetic operator
2018-03-25 20:50:21 +02:00
Eric Le Lay 1c7208c92a
Merge pull request #430 from MarkusHackspacher/style22x-5
fix E226 missing whitespace around arithmetic operator
2018-03-25 20:50:06 +02:00
Eric Le Lay b9e82bd72a
Merge pull request #425 from MarkusHackspacher/style22x-2
fix E228 missing whitespace around modulo operator
2018-03-25 19:03:55 +02:00
Eric Le Lay 7b49de09fd fix #399 Invalid URL for dts.podtrac.com
the path component of URLs may contain a few characters not listed in the default
'safe' parameter of urllib.parse.quote
2018-03-25 18:41:33 +02:00
Eric Le Lay 35c71abc64 fix #375 send to bluetooth device not working in 3.10 2018-03-25 17:59:26 +02:00
MarkusHackspacher 9a63417591 fix E226 missing whitespace around arithmetic operator
src/gpodder/gtkui/desktopfile.py
src/gpodder/gtkui/download.py
src/gpodder/gtkui/draw.py
2018-03-23 22:13:10 +01:00
MarkusHackspacher 6a6f8f3abd fix E226 missing whitespace around arithmetic operator
src/gpodder/gtkui/interface/tagcloud.py
src/gpodder/gtkui/macosx.py
src/gpodder/gtkui/main.py
src/gpodder/gtkui/model.py
src/gpodder/gtkui/widgets.py
2018-03-23 20:53:31 +01:00
MarkusHackspacher 71383c18b7 fix E226 missing whitespace around arithmetic operator
in src/gpodder/gtkui/desktop/
see issue https://github.com/gpodder/gpodder/issues/393
2018-03-18 01:22:00 +01:00
MarkusHackspacher 52ddd60434 fix E228 missing whitespace around modulo operator
see issue https://github.com/gpodder/gpodder/issues/393
2018-03-18 01:00:02 +01:00
MarkusHackspacher 710d8735d4 fix E221 multiple spaces before operator 2018-03-18 00:47:54 +01:00