Commit Graph

4376 Commits

Author SHA1 Message Date
Eric Le Lay 4e4bf49e78 prepare 3.10.17 release 2020-11-23 08:14:33 +01:00
Eric Le Lay cd9e1bcc58 win: install six using pacman (already installed actually) 2020-11-22 18:49:32 +01:00
Eric Le Lay ca8fd8ffb6 win: add echo to repeated powershell Stop-Process commands 2020-11-22 17:31:22 +01:00
Eric Le Lay 50d3078523 win: try another workaround for powershell exit code 1 2020-11-22 17:08:06 +01:00
Eric Le Lay 9b228709db win: powershell exit code 1 even with silentlycontinue 2020-11-22 17:04:11 +01:00
Eric Le Lay 737df5a734 win: try killing remaining processes using powershell (ps fails) 2020-11-22 17:00:16 +01:00
Eric Le Lay 53ed491bf0 win: workaround updating msys2-runtime crashes bash
See https://github.com/msys2/MSYS2-packages/issues/1966
2020-11-22 16:42:55 +01:00
Eric Le Lay c702aefbd7 win: non interactive call to pacman 2020-11-22 16:22:17 +01:00
Eric Le Lay 9831e6f509 win: fix failing build 2020-11-22 16:21:16 +01:00
Eric Le Lay 3097f093f9 add build failure workaround
from https://www.msys2.org/news/#2020-06-29-new-packagers
2020-11-22 16:06:30 +01:00
Eric Le Lay 8169a02805 macOS: update base 2020-11-22 15:50:36 +01:00
Eric Le Lay b4a6df32d7 win: update python deps 2020-11-21 21:46:14 +01:00
Eric Le Lay 98c8726396
Merge pull request #902 from auouymous/youtubedl-empty-entries
Prevent an empty entries bug in YouTube-DL from removing all episodes.
Add support for user url, getting all videos for this user.
2020-11-21 15:43:53 +01:00
auouymous ce597581cf Support user feeds when managing channels with youtube-dl. 2020-11-17 22:57:17 -07:00
auouymous fd88c6b865 Youtube-dl now requires the /videos path to get uploads.
The old path returns channel playlists.
2020-11-17 22:57:13 -07:00
auouymous 7f8e36da6f Youtube-dl entries also return url_transparent for _type.
Fixes #888.
2020-11-17 22:57:06 -07:00
Eric Le Lay fff3275cc8 use newer macOS deps 2020-11-13 16:32:54 +01:00
Eric Le Lay ac98972a81
Merge pull request #901 from tpikonen/fix-yt-pl-to-feed
Fix translation of Youtube playlist URL to a feed
2020-11-13 12:01:59 +01:00
Teemu Ikonen 03436bab2d Fix translation of Youtube playlist URL to a feed 2020-11-12 22:35:13 +02:00
Eric Le Lay 922de81d1a
Merge pull request #900 from huftis/update-nn-translation-2020-nov
Update Norwegian Nynorsk translation for next release
2020-11-12 16:03:53 +01:00
Karl Ove Hufthammer 5aa27a8492 Update Norwegian Nynorsk translation for next release 2020-11-11 21:32:44 +01:00
Eric Le Lay 8e78203879
Merge pull request #899 from ciampix/master
Updated Italian translation
2020-11-11 12:52:10 +01:00
Marco Ciampa 552208d52b Updated Italian translation 2020-11-11 10:37:13 +01:00
Eric Le Lay d85fca7eda update windows deps 2020-11-10 16:40:54 +01:00
Eric Le Lay 745248b9d2 i18n: add plural feed update error notification 2020-11-10 16:20:42 +01:00
Eric Le Lay 160fae344c
Merge pull request #895 from Vistaus/master
Updated Dutch translation
2020-11-10 16:03:13 +01:00
Eric Le Lay 1933caf69f
Merge pull request #893 from TZocker/patch-17
Update de.po
2020-11-10 16:02:43 +01:00
Heimen Stoffels c749c90d04
Updated Dutch translation 2020-11-07 14:04:58 +01:00
TZocker 01d9f8ad43
Update de.po 2020-11-06 18:29:28 +01:00
Eric Le Lay a93486429f update fr translations 2020-11-06 17:24:30 +01:00
Eric Le Lay 537d8761f2 make messages 2020-11-06 17:21:08 +01:00
Eric Le Lay 49b20e04c5
Merge pull request #882 from seanvert/master
Fixed some typos and added some translations
2020-10-06 17:01:52 +02:00
Eric Le Lay 8df62670ab
Merge pull request #876 from jing2uo/master
chinese translate
2020-10-06 17:01:02 +02:00
Eric Le Lay 4523bccc35 Merge branch 'mrkaban-master' into master
(ignored modified README.md)
2020-10-06 16:56:47 +02:00
auouymous 8bfe8013ae Avoid stale Today and Yesterday dates by refreshing episodes daily. 2020-10-06 16:55:18 +02:00
auouymous f8302bb115 Remove POSITION debug print. 2020-10-06 16:55:18 +02:00
auouymous 1ed1a6c26f More gpo fixes caused by youtube streaming and duration. 2020-10-06 16:55:18 +02:00
auouymous e4d65ff1a6 Fix escapist and gpo issues caused by youtube streaming. 2020-10-06 16:55:18 +02:00
auouymous 5be5f5846b Detect new key name for youtube DRM content. 2020-10-06 16:55:18 +02:00
auouymous d710f8c3a3 Add youtube streaming format for 1080p. 2020-10-06 16:55:18 +02:00
Eric Le Lay 9613aa2576 actually use new mimetype to change downloaded file extension
needed for youtube-dl downloading to .mkv for some combinations of audio+video codecs.
Before this fix the new mimetype was ignored in download.py because episode.extension()
would use the existing download filename instead of using the updated mime type
2020-10-06 16:55:18 +02:00
Eric Le Lay 1d442ffac4 reduce MAX_FILENAME_WITH_EXT_LENGTH to account for youtube-dl appending the extension
eg. xxx.webm.partial.webm
2020-10-06 16:55:18 +02:00
Eric Le Lay 6cc9da64cf Fix #796 MKV Files Not Properly Renamed 2020-10-06 16:55:18 +02:00
auouymous da2350f979 Fix the youtube-dl extension. 2020-10-06 16:55:18 +02:00
Eric Le Lay 3c624055b9 Allow streaming video episodes even if default audio player
a custom video player has to be defined
2020-10-06 16:55:18 +02:00
auouymous 174b8d86bd Youtube live streaming support 2020-10-06 16:55:18 +02:00
Eric Le Lay 075bb504eb fix NEW_LOCATION with same url, resulting in Already subscribed error message
when adding a new podcast. Seen on https://www.youtube.com/watch?v=f9qOPA05fzE
2020-10-06 16:55:18 +02:00
Eric Le Lay d81db53db5 fix linter warning 2020-10-06 16:55:18 +02:00
Eric Le Lay 1bb870fca0 fix #727 gtk exception when hiding deleted episodes
background update sometimes operates on destroyed? widget, so catch the exception
and abort silently
2020-10-06 16:55:18 +02:00
Eric Le Lay ddd021991b Show update error in the podcast dialog (for copy-paste and seeing it fully) 2020-10-06 16:55:18 +02:00