Commit Graph

15 Commits

Author SHA1 Message Date
auouymous 081fcd6748 Require python 3.7. 2023-02-21 15:03:05 -07:00
auouymous c90c58013d Remove localdepends.py.
As of https://github.com/gpodder/gpodder.github.io/pull/42, it is now
recommended to use pip to install tools/requirements.txt.
2022-11-07 22:51:07 -07:00
Thomas Perl a9726153c7
iPod support restored using ctypes and libgpod (#1289)
* iPod support restored using ctypes and libgpod
2022-06-02 17:41:42 -07:00
auouymous e76ebd3538 Bump copyright year in readme. 2022-04-28 22:57:16 -06:00
auouymous aa2459806e Use youtube-dl or yt-dlp for the youtube-dl extension. 2022-02-03 17:16:28 -07:00
Teemu Ikonen 2ded35705e
Preferences: Remove deprecated GTK features (#1154)
* gpodderpreferences.ui: Save with Glade 3.38.2

* gpodderpreferences.ui: Add tab label children

* gpodderpreferences.ui: Return notebook pages to correct order

* gpodderpreferences.ui: Use named icons, replace stock-ids

* gpodderpreferences.ui: Remove extra rows and columns from table_video

* gpodderpreferences.ui: Use traditional indicator for CheckButtons

* gpodderpreferences.ui: Set can-focus to True where appropriate

* gpodderpreferences.ui: Add border-width to mygpo_config

* gpodderpreferences.ui: Add margins around dialog ButtonBox

* gpodderpreferences.ui: Replace gtk-close stock label with text

* preferences.py: Set transient for parent

* podcastdirectory.py: Set transient for parent

This was accidentally removed in d9a0c7d15a.

* gpodderchannel.ui: Downgrade GTK requirement to 3.16

* README.md: Increase minimum GTK version to 3.16
2021-09-10 17:14:12 -07:00
Oliver Smith dbddb12b64
README.md: mention minimum GTK+3.0 version
Set it to 3.10, as it will be required in a follow-up patch. The
currently maintained upstream version is 3.24, which was released in
2018-09.
2021-07-29 20:56:28 +02:00
auouymous fff9f67623 Change README to irc.libera.chat 2021-06-05 01:30:02 -06:00
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