1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

52 Commits

Author SHA1 Message Date
Dmitry Panov
b47cc9be80 Implemented negative filters for title and description. 2020-05-15 11:42:12 +01:00
Maksym Pavlenko
8415f6f644 Minor log fixes 2020-04-22 18:56:19 -07:00
Maksym Pavlenko
24c9e7953d Refactor feed package 2020-04-20 21:02:05 -07:00
Maksym Pavlenko
d1bd2c2d24 Integrate key providers 2020-04-20 20:54:49 -07:00
Виктор Диктор
eb175683da Use latest youtube-dl in Dockerfile #119 2020-04-19 13:21:16 -07:00
Maksym Pavlenko
0e4a7a6d88 Auto update youtube-dl #119 #130 2020-04-19 13:19:31 -07:00
Dmitry Panov
f7d0f0b0bb Support log rotation 2020-04-17 16:10:34 +01:00
Maksym Pavlenko
6a11db7fd1 Enable more linters 2020-04-16 16:53:28 -07:00
Maksym Pavlenko
67478ac9f4 Fix key not found error #120 2020-04-16 15:14:46 -07:00
Maksym Pavlenko
40dd2f5779 Respect page_size parameter when downloading episodes 2020-04-16 13:54:45 -07:00
Dmitry Panov
174557ee4f Log a message when a '429 Too Many Requests' error is detected, in case of another error log the output from youtube-dl. (#121)
Co-authored-by: Dmitry Panov <dop251@gmail.com>
2020-04-16 13:22:32 -07:00
Maksym Pavlenko
445394b83e Use go-opml package 2020-04-15 13:59:30 -07:00
delaosa
01b2f8daf5 Optional inclusion of feeds into an opml file (#114) 2020-04-15 13:26:08 -07:00
delaosa
795c52255f Update next update message based on crontab 2020-04-10 21:56:24 +02:00
delaosa
861eef5a2b fix Cron 2020-04-09 17:10:32 +02:00
Maksym Pavlenko
35dc6043bc Support episodes cleanup #44 2020-03-07 18:01:00 -08:00
Maksym Pavlenko
e0290afa11 Refactor updater 2020-03-07 17:25:55 -08:00
Maksym Pavlenko
62b64b689e Get rid of forked podcast package 2020-03-07 17:15:00 -08:00
Maksym Pavlenko
25d7c318a6 Decompose cron scheduler 2020-03-07 17:04:05 -08:00
Maksym Pavlenko
38f5c3cffc Use fs storage interface to access episodes 2020-03-07 16:55:13 -08:00
Maksym Pavlenko
c6e602e5f6 Refactor ytdl 2020-03-07 14:51:38 -08:00
Tom Parker-Shemilt
336e501593 Implement basic title matching #92 #63 2020-02-17 14:31:40 -08:00
Виктор Диктор
db66f6c73a Use cron expression to set update intevals #88 #46 2020-02-08 15:51:30 -08:00
Maksym Pavlenko
0ef90e18af Rename storage to db 2020-02-08 14:35:37 -08:00
Maksym Pavlenko
c6aa18c748 Don't publish not yet downloaded episodes #75 #67 2020-02-08 14:35:37 -08:00
Maksym Pavlenko
163976a570 Fix updater 2020-02-08 14:35:37 -08:00
Maksym Pavlenko
5f62b4588f Simplify storage interface
Git rid of File model and use Episode instead
2020-02-08 14:35:37 -08:00
Maksym Pavlenko
4daecf4990 Fix feed ID 2020-02-08 14:35:37 -08:00
Maksym Pavlenko
e89c143ad7 Use default database directory 2020-02-08 14:35:37 -08:00
Maksym Pavlenko
7f24306898 Use storage to track episodes 2020-02-08 14:35:37 -08:00
Maksym Pavlenko
76be718f82 Rename builder to feed 2019-12-21 14:15:07 -08:00
Maksym Pavlenko
e1f49c013e Log warning when youtube-dl gets 429 error #69 2019-12-21 13:58:34 -08:00
Maksym Pavlenko
fe02f8394a Minor code refactoring 2019-11-27 21:07:39 -08:00
Huseyin Zengin
3ba98e8aee Use youtube-dl output template with extension parameter #50 #59 2019-11-26 10:58:33 -08:00
Benjamin Abadie
59e4f5b024 Do not fail feed update when unable to get one episode's file size #58 2019-11-26 10:14:21 -08:00
Maksym Pavlenko
5a85228e4c Allow CLI to be hidden behind reverse proxy #47 #43 2019-11-23 13:25:07 -08:00
Maksym Pavlenko
be3fe064da Don't skip further video downloads on first error #54 2019-11-23 12:28:57 -08:00
Maksym Pavlenko
bcf1f3e042 Add Github Actions CI script 2019-11-15 23:16:59 -08:00
Maksym Pavlenko
354795e1e3 Check youtube-dl and ffmpeg dependencies before loading configuration 2019-11-15 11:45:23 -08:00
Maksym Pavlenko
d09271096b Fix download links when using custom port #43 2019-11-15 10:57:55 -08:00
Maksym Pavlenko
22e7165da1 Fix extension for audio files #41 2019-11-14 23:33:46 -08:00
Maksym Pavlenko
6005ea751d Don't break feed generation on failed episode donwload 2019-11-13 23:08:33 -08:00
Maksym Pavlenko
b66cf76747 Add GoReleaser configuration 2019-11-13 20:43:47 -08:00
Maksym Pavlenko
753568b05c Implement episode downloader 2019-11-13 18:16:35 -08:00
Maksym Pavlenko
f10c993b5b Add banner 2019-11-12 17:27:02 -08:00
Maksym Pavlenko
7617018811 Add debug logging and a few minor fixes 2019-10-30 00:13:02 -07:00
Maksym Pavlenko
1e721f07aa Run updater goroutines 2019-10-29 15:07:59 -07:00
Maksym Pavlenko
b22d2dccdb Use context in YouTube builder 2019-10-29 14:52:19 -07:00
Maksym Pavlenko
616fac57fd Implement basic feed updater 2019-10-29 14:38:29 -07:00
Maksym Pavlenko
cce3728828 Implement initial static file server 2019-10-29 13:30:51 -07:00