Commit Graph

66 Commits

Author SHA1 Message Date
OMGeeky
fbc4ec1ecd use chars instead of splitting the string by index
This fixes an issue where multiple byte UTF-8 characters get split in half and the program panics
2023-06-17 17:56:19 +02:00
OMGeeky
80ec6773d1 move out constant definitions & document them 2023-06-17 17:54:38 +02:00
OMGeeky
ed66ba5d05 rustfmt & [Tests] add new field to Streamers table 2023-06-17 17:52:58 +02:00
OMGeeky
512ae1a070 change test auth path 2023-06-17 17:52:07 +02:00
OMGeeky
ac77b4649b change tmp file location 2023-06-09 00:28:35 +02:00
OMGeeky
61c8011d08 patch yup-oauth2 version with custom one 2023-06-05 23:15:12 +02:00
OMGeeky
98cc712fcd misc & rustfmt 2023-06-05 23:14:38 +02:00
OMGeeky
7abb525b23 working build 2023-06-05 23:12:34 +02:00
OMGeeky
e1470178fd some db stuff (upsert instead of save/update) 2023-06-05 23:11:54 +02:00
OMGeeky
427ee7b02b push missing line from last one 2023-06-03 20:48:03 +02:00
OMGeeky
c2a459c8e5 create all the youtube clients in the beginning, not every time it needs one 2023-06-03 20:42:24 +02:00
OMGeeky
b19bb521ac bump version 2023-06-02 17:54:42 +02:00
OMGeeky
6308069d81 add Cargo.lock to gitignore 2023-06-01 22:22:38 +02:00
OMGeeky
2c43ba9e5a add feature to switch log to tracing 2023-06-01 22:20:37 +02:00
OMGeeky
713ec66ef1 fix youtube title prefix bug & split tests into multiple 2023-04-16 00:39:56 +02:00
OMGeeky
3aeaf51240 fix youtube description replacements & add some new ones 2023-04-16 00:03:16 +02:00
OMGeeky
ce2783e19d small fix & dependency update 2023-04-15 21:07:13 +02:00
OMGeeky
455aed76f0 logs & dependency update 2023-04-15 20:01:48 +02:00
OMGeeky
13eacf1c9d change order_by for getting videos (still not perfect) 2023-04-15 18:43:56 +02:00
OMGeeky
6467152c71 anyhow import 2023-04-15 17:21:00 +02:00
OMGeeky
6af27c8454 change bigquery lib 2023-04-15 16:29:02 +02:00
OMGeeky
85e689f413 change logging & some youtube title stuff 2023-04-09 18:19:59 +02:00
OMGeeky
1c0769b9e4 fix playlist data errors & logging & tests 2023-04-09 12:26:51 +02:00
OMGeeky
5440534659 update dependencies 2023-04-07 17:10:38 +02:00
OMGeeky
d1548b4136 add Cargo.lock to VCS 2023-04-07 14:04:09 +02:00
OMGeeky
ae2a6879bc fix import (log) 2023-04-07 13:59:33 +02:00
OMGeeky
986549c2f7 update gitignore 2023-04-07 13:46:50 +02:00
OMGeeky
95a64ae692 youtube upload should work with bigger files (not whole file in RAM) 2023-04-07 13:46:26 +02:00
OMGeeky
0132bd636d log-panics & single thread download (twitch_data) 2023-04-04 22:31:14 +02:00
OMGeeky
1c1c95334d loglevel 2023-04-04 20:47:12 +02:00
OMGeeky
0da6b3421b iterate over videos from the db instead of collecting them
dont crash on video download fail
2023-04-04 20:17:04 +02:00
OMGeeky
8272a5574c reorder dockerfile commands for better caching 2023-04-04 17:34:36 +02:00
OMGeeky
5213ed19c4 some warning logs in case of excepts 2023-04-04 17:32:15 +02:00
OMGeeky
8fd8212eee non-lowercase user_login problems solved 2023-04-04 17:15:57 +02:00
OMGeeky
20ecbbf699 sample testing video 2023-04-04 00:10:54 +02:00
OMGeeky
7f606a0914 splitting with soft & hard cap
(and getting the splitted files is now more accurate)
2023-04-04 00:08:20 +02:00
OMGeeky
fd94c2bc4d Merge remote-tracking branch 'origin/master' 2023-04-03 18:55:29 +02:00
OMGeeky
a23b1280e4 finally working version 2023-04-03 18:55:19 +02:00
OMGeeky
dfffb7e39d Update dispatch.yml 2023-04-03 18:26:30 +02:00
OMGeeky
ae482a57c1 Update dispatch.yml 2023-04-03 17:55:02 +02:00
OMGeeky
a337f50a7d Update dispatch.yml 2023-04-03 17:54:43 +02:00
OMGeeky
24aac10a0c Update dispatch.yml (also build on push) 2023-04-03 17:53:02 +02:00
OMGeeky
00133d8b7b Update dispatch.yml (static linking musl issue) 2023-04-03 17:50:34 +02:00
OMGeeky
b9e349b07d caching increase
should increase the amount being cached hopefully increasing speed
2023-04-03 17:47:16 +02:00
OMGeeky
d4e67f86aa log filename with timestamp 2023-04-02 21:54:24 +02:00
OMGeeky
df613f61bd std filesystem to tokio 2023-04-02 21:36:30 +02:00
OMGeeky
c468c4b47d Update dispatch.yml 2023-04-02 21:08:29 +02:00
OMGeeky
2f76aead3c Reorder cache position in action 2023-04-02 20:36:02 +02:00
OMGeeky
d288ab609c auto build on push (main) 2023-04-02 19:20:56 +02:00
OMGeeky
e5a6521327 logging 2023-04-02 19:18:52 +02:00