Commit graph

30 commits

Author SHA1 Message Date
9a893bb23c Fixed media type detection. 2023-11-19 04:05:48 +00:00
f60dcc309f Fixed missing use statements. 2023-10-31 18:27:49 +00:00
6a2060c7a6 Use NodeJS/Cheerio for HTML parsing. 2023-10-27 22:25:17 +00:00
d90e1e1c0b Check for pixiv.net specifically, fuck this. 2023-10-22 17:46:25 +00:00
842e91a413 Fixed issues caused by websites lying about their character set. 2023-10-21 17:33:42 +00:00
1f256a40ca Removed quirky decoding stuff. 2023-10-21 14:39:23 +00:00
d8e02e7f12 Probably fixed things by not really doing anything in particular? 2023-07-12 17:50:27 +00:00
fb9d9b02a0 Send Accept-Language header to ensure English. 2023-07-06 23:12:57 +00:00
ef9e439e19 Use Index for colour parsing. 2023-07-06 23:08:31 +00:00
d9094f0d05 Removed Twitter and Nitter support. It's over folks. 2023-07-06 22:53:02 +00:00
4cff688057 Replaced Twitter API with Nitter crawling. 2023-06-09 19:56:38 +00:00
2be425eab3 Account for the fact that weird people put capital letters in URLs. 2023-05-21 18:11:01 +00:00
ff2ce4d3ac Use faster method for extracting cover image. 2023-01-29 21:29:20 +00:00
fc80933561 URL decode title in media web lookup results. 2023-01-26 22:48:15 +00:00
b5c162db0b Updated request timeout Again. 2023-01-26 21:45:17 +00:00
413a48e8bb Added thumbnailing for audio covers and external videos. 2023-01-25 22:27:40 +00:00
e81dc14740 Higher timeout for web requests (fuck you, catbox.moe). 2023-01-25 20:51:53 +00:00
8f38e5fd56 Lower timeouts. 2023-01-25 20:49:42 +00:00
29c466ddf3 Added support for short nicovideo url and 'from' param. 2023-01-25 18:56:26 +00:00
2df60bd7ae Added sane url attribute to metadata output. 2023-01-25 18:33:14 +00:00
deb26e6b2b Added batch lookup endpoint. 2023-01-25 16:01:16 +00:00
19b46188ad Added ニコニコ動画 metadata support. 2023-01-25 13:37:38 +00:00
5fe283a2a7 Check for valid scheme in YouTube and Twitter URLs. 2023-01-25 13:04:13 +00:00
5c9b13073d Fixed double encoding, probably. 2022-07-20 00:13:56 +00:00
d90927469f Rewrote web lookup handler + various fixes. 2022-07-16 23:19:25 +00:00
960a791394 Rewrote YouTube lookup handling. 2022-07-16 20:45:56 +00:00
4ad19c6363 Reimplemented EEPROM and Twitter lookups. 2022-07-16 01:40:44 +00:00
7160e9909d Created structure for additional API version handlers. 2022-07-15 22:20:20 +00:00
9948642a5a Use the Index router in Uiharu. 2022-07-15 21:41:28 +00:00
0a668992d9 Added Index library to Uiharu. 2022-07-14 20:42:37 +00:00