Commit Graph

7 Commits

Author SHA1 Message Date
Eric Le Lay 7394ca4779 add feedcore unittests 2020-07-23 22:39:46 +02:00
Eric Le Lay 3babb86c70 use requests package for util.urlopen
now a requests.Response is returned instead of the file-like object from urllib.
Fixed all usages of util.urlopen: it simplifies getting json, text encoding detection.
In particular feedcore (responsible for fetching feeds) is simplified.

This is a first pass and could benefit from better usage of the requests api
(Sessions for instance, to keep connection pools)

TODO: download.py
2020-07-11 17:42:28 +02:00
Eric Le Lay c34f23e23e dd youtube_dl to win installer 2019-08-17 18:35:45 +02:00
Eric Le Lay 1a07665e64 add install info for Debian/Ubuntu
See #558
2018-11-11 15:05:06 +01:00
Thomas Perl 98ec45a712 Update copyright years (2018) 2018-01-28 19:39:53 +01:00
Thomas Perl f2e005a78e README: Remove whitespace 2017-12-29 16:03:15 +01:00
Adam Voss 9601f02a51 Convert README to Markdown 2017-04-25 14:50:33 -05:00