Commit graph

4342 commits

Author SHA1 Message Date
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
Eric Le Lay
d17823e263
Merge pull request #879 from auouymous/refresh-dates
Avoid stale Today and Yesterday dates by refreshing episodes daily.
2020-09-27 10:56:24 +02:00
auouymous
849a1f455b Avoid stale Today and Yesterday dates by refreshing episodes daily. 2020-09-26 00:06:10 -06:00
jing guo
7204b0f0eb chinese translate 2020-09-20 15:59:18 +08:00
Eric Le Lay
7e400949d0
Merge pull request #877 from auouymous/remove-debug-print
Remove POSITION debug print.
2020-09-17 08:31:47 +02:00
auouymous
15c88f00e9 Remove POSITION debug print. 2020-09-16 19:18:10 -06:00
Eric Le Lay
e89293c5f2
Merge pull request #875 from auouymous/fix-escapist
Fix escapist and gpo issues caused by youtube streaming.
2020-09-15 08:26:42 +02:00
auouymous
5414410551 More gpo fixes caused by youtube streaming and duration. 2020-09-14 13:48:09 -06:00
auouymous
f7509f1a9b Fix escapist and gpo issues caused by youtube streaming. 2020-09-14 13:35:11 -06:00
Eric Le Lay
3f9d6ec21f
Merge pull request #873 from auouymous/youtube-drm
Detect new key name for youtube DRM content.
2020-09-14 08:23:53 +02:00
Eric Le Lay
f32820589e
Merge pull request #871 from auouymous/youtube-streaming-96
Add youtube streaming format for 1080p.
2020-09-14 08:23:21 +02:00
Eric Le Lay
d87466f609
Merge pull request #839 from gpodder/fix-796-mkv-files
Fix #796 MKV Files Not Properly Renamed
2020-09-14 08:22:39 +02:00
auouymous
7e78b33385 Detect new key name for youtube DRM content. 2020-09-13 21:26:37 -06:00
auouymous
e05db16e40 Add youtube streaming format for 1080p. 2020-09-13 18:55:47 -06:00
Eric Le Lay
642b23bff3
Merge pull request #867 from auouymous/youtube-live-streaming
Youtube live streaming support
2020-09-13 15:14:34 +02:00
Eric Le Lay
f246f1881b
Merge pull request #869 from gpodder/fix_yt_already_subscribed_to
fix NEW_LOCATION with same url, resulting in Already subscribed message
2020-09-13 10:04:36 +02:00
auouymous
f54baf0291 Fix the youtube-dl extension. 2020-09-12 19:42:12 -06:00
Eric Le Lay
bc5327dd2a 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-09-12 15:14:41 +02:00
Eric Le Lay
8503fef689 Allow streaming video episodes even if default audio player
a custom video player has to be defined
2020-09-12 14:36:16 +02:00
Eric Le Lay
8bb3ce697b 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-09-12 14:02:41 +02:00
auouymous
bc62e3bb4c Youtube live streaming support 2020-09-12 02:34:39 -06:00
Eric Le Lay
966631ecc0 fix linter warning 2020-09-11 14:52:42 +02:00
Eric Le Lay
c1ad49659b fix #727 gtk exception when hiding deleted episodes
background update sometimes operates on destroyed? widget, so catch the exception
and abort silently
2020-09-11 14:51:53 +02:00
Eric Le Lay
9a7faa48d9
Merge pull request #866 from gpodder/show_error_in_podcast_dialog
Show update error in the podcast dialog (for copy-paste and seeing it fully)
2020-09-11 14:49:59 +02:00
Алексей
fd6e2f4960
Update ru.po 2020-09-11 17:54:04 +07:00
Алексей
c7b4f5f0cc
Update ru.po 2020-09-11 17:51:05 +07:00
Eric Le Lay
be499ca64e Show update error in the podcast dialog (for copy-paste and seeing it fully) 2020-09-11 11:21:07 +02:00
Алексей
4e290a6a95
Update ru.po 2020-09-10 20:02:45 +07:00
Алексей
d6f96b3d95
Update ru.po 2020-09-10 20:02:17 +07:00
Алексей
815306b015
Update README.md 2020-09-10 19:44:14 +07:00
Алексей
ef63ad54f0
Update README.md 2020-09-10 19:43:24 +07:00
Eric Le Lay
828a363191
Merge pull request #857 from auouymous/single-channel-error-notification
only send a single channel update error notification to avoid spamming the user
2020-09-07 11:30:53 +02:00
auouymous
80097bee34 only send a single channel update error notification to avoid spamming
the user
2020-08-18 02:41:33 -06:00