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

377 Commits

Author SHA1 Message Date
Maksym Pavlenko
f8db8c8636 Use cache for error feeds to reduce spamming 2019-04-07 22:07:38 -07:00
Maksym Pavlenko
da4b824e51 Add nil checks to reduce panics 2019-04-07 22:04:51 -07:00
Maksym Pavlenko
764eb11a43 Don't return zero file size from updater 2019-04-07 21:55:56 -07:00
Maksym Pavlenko
4cfd7e762e Reduce logging in handler 2019-04-07 21:43:39 -07:00
Maksym Pavlenko
10f52655a3 Reuse AWS credentials for Lambda 2019-04-07 16:46:48 -07:00
Maksym Pavlenko
4a28b12168 Integrate incremental lambda updater 2019-04-07 16:44:37 -07:00
Maksym Pavlenko
4d8e727b67 Add Makefile for updater 2019-04-07 14:59:39 -07:00
Maksym Pavlenko
9800feade5 Refactor updater 2019-04-07 13:10:51 -07:00
Maksym Pavlenko
7cbe577e0f Initial scheduler implementation 2019-04-06 23:18:41 -07:00
Maksym Pavlenko
2c86d6aed2 Fix panic when no thumbnails returned from YouTube 2019-04-06 13:39:55 -07:00
Maksym Pavlenko
f4e92ef642 Don't return error if unable to save feed to Dynamo 2019-04-06 13:29:11 -07:00
Maksym Pavlenko
929041c692 Truncate long episode descriptions 2019-04-06 13:28:36 -07:00
Maksym Pavlenko
20bf7c7e53 Increase cache TTL 2019-04-06 12:57:25 -07:00
Maksym Pavlenko
4b3dba4218 Write feed only if updated 2019-04-06 12:54:09 -07:00
Maksym Pavlenko
6109fba518 A few minor logging fixes 2019-04-06 12:28:15 -07:00
Maksym Pavlenko
1fd2d80cb8 Fix timestamp serialization 2019-04-06 12:13:50 -07:00
Maksym Pavlenko
51367f6e9b Rework API implementation to build feed from DynamoDB table 2019-04-06 11:21:24 -07:00
Maksym Pavlenko
014d048ae4 Implement incremental YTDL updater with DynamoDB storage 2019-04-05 13:23:48 -07:00
Maksym Pavlenko
e9b0e549ea Rename function to updater 2019-04-05 11:06:07 -07:00
Maksym Pavlenko
0091a8a923 Validate parameters in _get_updates 2019-04-05 11:03:37 -07:00
Maksym Pavlenko
1ca04694d8 Use Redis map for cache data (optimize memory usage) 2019-04-03 00:37:22 -07:00
Maksym Pavlenko
4ba44ca1b3 Enable AOF 2019-04-02 21:06:16 -07:00
Maksym Pavlenko
8c2a2f84b5 Add Redis notes 2019-03-31 21:13:53 -07:00
Maksym Pavlenko
9b8549871f Save Redis data to disk 2019-03-31 21:09:59 -07:00
Maksym Pavlenko
344981f903 Implement feed cache verification 2019-03-31 20:59:24 -07:00
Maksym Pavlenko
16010dcd63 Support video counter queries for YouTube 2019-03-29 19:53:23 -07:00
Maksym Pavlenko
35ad8c3f43 Refactor caching 2019-03-29 19:18:03 -07:00
Maksym Pavlenko
995120b450 Update Vimeo client 2019-03-24 20:16:11 -07:00
Maksym Pavlenko
21ff51f4f9 Drop ytdl 2019-03-24 16:58:45 -07:00
Maksym Pavlenko
8cbd235976 Add handler tests 2019-03-23 14:52:27 -07:00
Maksym Pavlenko
bb8dc2251c Optimize last id check 2019-03-23 14:44:19 -07:00
Maksym Pavlenko
34ed952aba Add resolver quota 2019-03-22 23:12:59 -07:00
Maksym Pavlenko
91178750a8 Implement updater lambda prototype 2019-03-21 00:08:28 -07:00
Maksym Pavlenko
eb0e2be713 Add resolve counter 2019-03-18 22:57:43 -07:00
Maksym Pavlenko
272da90480 Query metadata directly from DynamoDB 2019-03-18 20:50:35 -07:00
Maksym Pavlenko
b45f7225aa Update nginx upstream 2019-03-17 01:49:08 -07:00
Maksym Pavlenko
0b13bd6be8 Implement resolver lambda 2019-03-17 00:16:23 -07:00
Maksym Pavlenko
cf42d5a8dc Updata Sanic 2019-03-13 17:23:06 -07:00
Maksym Pavlenko
2dd3b3588e Remove caching from nginx 2019-03-12 18:44:51 -07:00
Maksym Pavlenko
085a225aa0 Add Redis to docker-compose 2019-03-12 18:44:51 -07:00
Maksym Pavlenko
b7a0f10a5d Add feed caching 2019-03-12 18:44:51 -07:00
Maksym Pavlenko
f288c22b53 Update youtube-dl 2019-03-12 18:44:39 -07:00
Maksym Pavlenko
2a7be907f0 Increse proxy_pass timeout for ytdl 2019-03-12 18:38:52 -07:00
Maksym Pavlenko
072dccff4e Rename app to api 2019-03-06 22:19:59 -08:00
Maksym Pavlenko
621c0e82cf Update patreon-go dependency
Fix issue "unsupported type 'Address'" during login
2019-02-25 20:24:21 -08:00
Maksym Pavlenko
1f302c185f Drop Redis 2019-02-24 14:39:58 -08:00
Maksym Pavlenko
30bfd2ebef Use Makefile 2019-02-24 14:19:55 -08:00
Maksym Pavlenko
f5764e3fe4 Support language tag customization 2019-02-24 13:30:53 -08:00
Maksym Pavlenko
07a1d1c353 Update ytdl version 2019-01-22 18:52:43 -08:00
Maksym Pavlenko
a34e87da8e Update README 2019-01-07 21:10:27 -08:00