194 Commits
Author SHA1 Message Date
Maksym Pavlenko 4afc4774d3 Detect ffmpeg or avconv for youtube-dl #122 2020-04-16 15:36:03 -07:00
Maksym Pavlenko 67478ac9f4 Fix key not found error #120 2020-04-16 15:14:46 -07:00
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 <[email protected]>
2020-04-16 13:22:32 -07:00
Maksym Pavlenko e3aed440ae Fix linter 2020-04-15 14:18:05 -07:00
Maksym Pavlenko 5b927fd1d6 Allow Badger configuration #118 2020-04-15 14:13:48 -07:00
Maksym Pavlenko 316af91787 Add OPML unit test 2020-04-15 13:59:52 -07:00
Maksym Pavlenko 445394b83e Use go-opml package 2020-04-15 13:59:30 -07:00
delaosaandGitHub 01b2f8daf5 Optional inclusion of feeds into an opml file (#114) 2020-04-15 13:26:08 -07:00
Maksym Pavlenko 26e3ed40bf Enable Truncate option #116 2020-04-14 10:39:44 -07:00
Maksym Pavlenko d6e8a221de Looup for youtube-dl binary #95 2020-04-12 14:32:32 -07:00
delaosa 054993dff7 fix YoutubeDL output template 2020-04-05 20:10:24 +02:00
delaosa 9ed861faea fix enclosureType for audio 2020-04-05 13:09:40 +02:00
Maksym Pavlenko 5997a392b1 Minor cover art fix 2020-03-07 22:37:45 -08:00
Maksym Pavlenko f3565b2895 Improve feed customizations 2020-03-07 22:32:51 -08: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 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-ShemiltandGitHub 336e501593 Implement basic title matching #92 #63 2020-02-17 14:31:40 -08:00
Виктор ДикторandGitHub db66f6c73a Use cron expression to set update intevals #88 #46 2020-02-08 15:51:30 -08:00
Maksym PavlenkoandMaksym Pavlenko 0ef90e18af Rename storage to db 2020-02-08 14:35:37 -08:00
Maksym PavlenkoandMaksym Pavlenko ce02bb1f88 Minor Badger refactoring 2020-02-08 14:35:37 -08:00
Maksym PavlenkoandMaksym Pavlenko 5f62b4588f Simplify storage interface
Git rid of File model and use Episode instead
2020-02-08 14:35:37 -08:00
Maksym PavlenkoandMaksym Pavlenko 4daecf4990 Fix feed ID 2020-02-08 14:35:37 -08:00
Maksym PavlenkoandMaksym Pavlenko 8957f70b19 Fix database version check 2020-02-08 14:35:37 -08:00
Maksym PavlenkoandMaksym Pavlenko e89c143ad7 Use default database directory 2020-02-08 14:35:37 -08:00
Maksym PavlenkoandMaksym Pavlenko 7f24306898 Use storage to track episodes 2020-02-08 14:35:37 -08:00
Maksym PavlenkoandMaksym Pavlenko f2a8638a4f Implement Badger storage 2020-02-08 14:35:37 -08:00
Maksym PavlenkoandMaksym Pavlenko 81dae47c7f Add json tags to models 2020-02-08 14:35:37 -08:00
Виктор ДикторandGitHub 4fb66ae34f Limit for maximum resolution of videos #74 #80 2020-01-29 13:51:03 -08:00
Maksym Pavlenko 3e0bd6c477 Fix YouTube tests 2020-01-25 15:20:50 -08:00
Maksym Pavlenko 76be718f82 Rename builder to feed 2019-12-21 14:15:07 -08:00
Maksym Pavlenko fe02f8394a Minor code refactoring 2019-11-27 21:07:39 -08:00
Huseyin ZenginandMaksym Pavlenko 3ba98e8aee Use youtube-dl output template with extension parameter #50 #59 2019-11-26 10:58:33 -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 bcf1f3e042 Add Github Actions CI script 2019-11-15 23:16:59 -08:00
Maksym Pavlenko 780f9440a4 Fix YouTube pagination #42 2019-11-14 23:26:40 -08:00
Maksym Pavlenko 4275b4f642 Change default update period to 6h 2019-11-13 23:09:58 -08:00
Maksym Pavlenko 7c1b1046f1 Fix hostname config option 2019-11-13 22:54:43 -08:00
Maksym Pavlenko 753568b05c Implement episode downloader 2019-11-13 18:16:35 -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 fc9942baf6 Move default values to model package 2019-10-29 14:44:59 -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
Maksym Pavlenko acee1d9cfc Refactor builders 2019-10-29 12:50:06 -07:00
Maksym Pavlenko 7168f6e8df Update and fix linters 2019-10-26 23:01:09 -07:00
Maksym Pavlenko 08a58e6a1b Remove not needed packages 2019-10-26 22:55:19 -07:00
Maksym Pavlenko a547647667 Add CLI main and TOML configuration 2019-10-26 22:43:30 -07:00