Maksym Pavlenko
0edf2836bb
Notify when using log file ( fix : #224 )
2022-01-02 14:02:36 +02:00
Maksym Pavlenko
12cdbf61db
Refactor code to allow pluggable storages
2022-01-02 13:17:28 +02:00
op69qs
2751c4b8de
Add server bind option ( #190 )
...
* add Server.path and Server.bindAddress two options to special http server handle path and Bind Address.
* Update server.go
Co-authored-by: op69qs <L7Itt9N1VfByhUEs>
2020-10-26 22:29:42 -07:00
Maksym Pavlenko
d39e464585
Configure download timeouts #186
2020-10-17 16:47:41 -07:00
Dmitry Panov
a21f8d9ea2
Remove 'stale' episodes. When cleaning remove title and description to save space.
2020-06-08 18:55:54 +01:00
Dmitry Panov
0c41b471ac
Only consider downloaded episodes when cleaning ( #152 )
2020-06-08 10:34:32 -07:00
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