1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-28 06:04:17 +01:00
svtplay-dl/lib/svtplay_dl/fetcher
Olof Johansson 5393dc1929 Fix various pylint warnings
None of these were any real problems, but easier to spot real issues if pylint
is a bit quieter. Apart from the pylint overrides being sprinkled over the code
base, this commit also fixes occurences of the following issues:

 - logging-not-lazy
 - logging-format-interpolation
 - unused-import
 - unused-variable
2016-04-03 19:06:45 +02:00
..
__init__.py support for dash streams 2016-03-26 21:38:31 +01:00
dash.py Fix various pylint warnings 2016-04-03 19:06:45 +02:00
hds.py fetcher: set a variable if the stream is finished. 2016-03-22 22:28:41 +01:00
hls.py Fix various pylint warnings 2016-04-03 19:06:45 +02:00
http.py Fix various pylint warnings 2016-04-03 19:06:45 +02:00
rtmp.py fetcher: set a variable if the stream is finished. 2016-03-22 22:28:41 +01:00