Commit Graph

4629 Commits

Author SHA1 Message Date
auouymous 70d5f20b94 update XCode version on circleci (deprecated 9.4.1) 2021-07-08 02:01:04 -06:00
auouymous 6e48992b31 Skip non-integer youtube formats. 2021-07-07 01:59:41 -06:00
auouymous 79ef6aa8a2
Merge pull request #1086 from gpodder/win-fix-appveyor
Update appveyor image to VS2019
2021-07-07 00:37:11 -07:00
auouymous 920b2d2100 Update appveyor image to VS2019 2021-07-07 00:19:28 -06:00
auouymous 14bf8b44b7 Fix issues with #1073 pull request. 2021-07-06 19:05:23 -06:00
auouymous 82d926bcdd
Merge pull request #1073 from 18928172992817182/youtube-gdpr
Fix support for automatically accepting GDPR youtube consents
2021-07-06 17:56:13 -07:00
auouymous 8c56e71b0b Don't parse youtube feed URLs.
This fixes a bug where the feed URL is parsed to the channel URL,
potentially causing issues subscribing to feed URLs, but causing gpo
failures when enabling or disabling youtube channels.
2021-06-30 22:30:40 -06:00
auouymous 73a83f7a4e Add Strawberry player to the enqueue extension.
Closes #1078
2021-06-27 04:00:41 -06:00
auouymous 63196ae0e1 Fix "gpo sync" failure.
The skip_lock parameter was not removed from one of the
delete_episode_list() calls, causing a failure syncing with gpo.

Fixes #1077
2021-06-23 21:17:26 -06:00
gustaf 3003c8a4c0 Fix support for automatically accepting GDPR youtube consents 2021-06-18 15:40:26 +02:00
Eric Le Lay 5011923001
Merge pull request #1070 from neodyne/sk-translation
Add Slovak translation
2021-06-15 19:31:23 +02:00
neodyne 3a928b5ef7 Add slovak translation 2021-06-15 18:39:48 +02:00
auouymous c31ba52f99
Merge pull request #1065 from auouymous/fix-soundcloud
Prevent soundcloud from downloading existing episodes each update.
2021-06-15 01:02:30 -07:00
auouymous 140a351bce Fix DRM content detection for youtube episodes. 2021-06-11 04:52:36 -06:00
Eric Le Lay 952e4178ab update fr translation 2021-06-10 10:35:15 +02:00
Eric Le Lay 8057a521df make messages 2021-06-10 10:30:23 +02:00
Eric Le Lay 8dd8b6b2cd fix 'msgid' format string with unnamed arguments cannot be properly localized warning 2021-06-10 10:28:54 +02:00
auouymous 91cf6c9410 Prevent soundcloud from downloading existing episodes each update.
GUIDs are stored in the database as strings, but soundcloud creates them
as integers. Python no longer succeeds when comparing these integers to
the string keys from the existing database entries. This produces new
episodes on every update which then collide with the existing GUIDs.
2021-06-08 00:55:35 -06:00
auouymous ad3e0a5d5d prepare 3.10.20 release 2021-06-06 20:24:06 -06:00
Eric Le Lay fd1baf4bb7
Merge pull request #1062 from gpodder/dependabot/pip/tools/urllib3-1.26.5
Bump urllib3 from 1.26.4 to 1.26.5
2021-06-06 16:34:08 +02:00
Eric Le Lay a03da3a982 upade urllib3 in windows package 2021-06-06 16:32:38 +02:00
Eric Le Lay bfeb2d642f
Merge pull request #1059 from auouymous/fix-audio-download-mime-type
Return an audio mime-type from Youtube-DL when given a video extension.
2021-06-06 16:29:44 +02:00
dependabot[bot] 2a73fa3020
Bump urllib3 from 1.26.4 to 1.26.5 in /tools
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.4 to 1.26.5.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.4...1.26.5)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-05 12:36:39 +00:00
Eric Le Lay eba5fbd96b
Merge pull request #1060 from tpikonen/requirements-txt
Add tools/requirements.txt
2021-06-05 14:36:16 +02:00
auouymous fff9f67623 Change README to irc.libera.chat 2021-06-05 01:30:02 -06:00
Teemu Ikonen 77a78d09c7 Add tools/requirements.txt
PyPI / pip dependencies for running gPodder.
2021-06-04 10:38:53 +03:00
auouymous 577d6170cd Return an audio mime-type from Youtube-DL when given a video extension. 2021-06-03 05:52:57 -06:00
auouymous c0d21d1967
Merge pull request #1055 from auouymous/subscribe-to-youtube-via-video-pages
Subscribe to Youtube channels via video pages
2021-06-02 20:06:13 -07:00
auouymous 2923d76298
Merge pull request #1058 from huftis/update-nn-translation-2021-june
Update Norwegian Nynorsk translation for next release
2021-06-02 19:58:45 -07:00
Karl Ove Hufthammer bb4f9a6ed0 Update Norwegian Nynorsk translation for next release 2021-06-02 17:32:35 +02:00
auouymous 42d59cb687
Merge pull request #1056 from Vistaus/master
Updated Dutch translation
2021-06-01 05:50:03 -07:00
Heimen Stoffels 692608bccc
Updated Dutch translation 2021-06-01 13:28:24 +02:00
auouymous ab2b02e893 bump requests version on windows 2021-06-01 04:08:40 -06:00
auouymous c2d39e6822 prepare 3.10.20 release 2021-06-01 03:44:35 -06:00
auouymous fa5d28e4e0 Use translation for ERROR prefix. 2021-06-01 02:07:16 -06:00
auouymous 6f620c87f5 Skip 'best' Youtube formats when using built-in support.
The best, bestvideo and bestaudio formats can be added to
`preferred_fmt_ids` for use by the Youtube-DL extension with
manage_downloads. Hoever, the built-in support would fail if it
encountered one of these formats. Skipping allows "Download with
Youtube-DL" to use them in the same way it allows adaptive formats to be
used.
2021-05-31 22:50:26 -06:00
auouymous ae2534f9ee Subscribe to Youtube channels via video pages
This finishes what began in #869.
2021-05-31 22:27:44 -06:00
Eric Le Lay 7ef74ee43b
Merge pull request #1031 from tpikonen/narrow-podcastdir
Allow a narrower podcast directory window
2021-05-26 21:28:38 +02:00
Teemu Ikonen 98ee172c57 Make podcastdirectory a GtkWindow (was GtkDialog) 2021-05-24 20:18:19 +03:00
auouymous a2fc81ee82
Merge pull request #1043 from auouymous/improve-youtube
Fix youtube support and use requests for downloads.
2021-05-23 18:05:32 -07:00
Teemu Ikonen 7598b79ee2 Make podcastdirectory toggle wider 2021-05-23 20:46:53 +03:00
Teemu Ikonen 3789e10fd1 gpodderpodcastdirectory.ui: Use GtkFlowBox for button groups
Allows the podcast directory window to be made narrower.

Requires Gtk version 3.12.
2021-05-23 20:46:53 +03:00
Teemu Ikonen d9a0c7d15a gpodderpodcastdirectory.ui: Save with Glade 3.38.2 2021-05-23 14:31:19 +03:00
auouymous f26dd7f1ed
Merge pull request #1047 from gpodder/win-test-ytdl
Use latest youtube-dl for Windows builds.
2021-05-22 00:14:00 -07:00
auouymous 84b9378d59 Use latest youtube-dl for Windows builds. 2021-05-22 00:57:43 -06:00
auouymous 0e9c265a7c
Merge pull request #1044 from auouymous/streaming-fixes
Streaming fixes
2021-05-21 22:27:01 -07:00
auouymous 5dfce4d1e1
Merge pull request #1037 from auouymous/cancel-failed-download-when-deleting-episode
Cancel failed download in progress tab when deleting episode.
2021-05-21 22:22:05 -07:00
auouymous fe015753d4
Merge pull request #1035 from auouymous/refresh-cover-from-channel-menu
Make refreshing channel image more discoverable and easier to do.
2021-05-21 22:18:44 -07:00
auouymous de2c7900cb Bump required youtube-dl version to one that works with recent changes. 2021-05-21 23:15:41 -06:00
auouymous 2ba4ada3ea Fix "Open" item on episode context menu and give it an icon.
Gtk.STOCK_OPEN was displaying "gtk-open" as the label. The new name and
icon matches those in the toolbar.
2021-05-21 23:06:38 -06:00