Commit graph

24 commits

Author SHA1 Message Date
stefanodvx
93e964a28b instagram: new extraction method
new extraction method first tries to fetch content directly from instagram graphql API, fallback to html embed page. in case every method fail, rely on 3rd party
2025-04-23 18:52:05 +02:00
stefanodvx
34827fe852 reddit: prevent infinite loop on error 2025-04-22 12:06:13 +02:00
stefanodvx
3e307658fa instagram: fixes share urls 2025-04-21 22:30:52 +02:00
stefanodvx
34219a848e instagram: fixes 2025-04-20 13:17:30 +02:00
stefanodvx
e1f424b948 cleanup code 2025-04-20 13:03:53 +02:00
stefanodvx
12ad427baf fixes config 2025-04-20 12:54:20 +02:00
stefanodvx
0a63df9ce6 set configuration for each extractor 2025-04-20 12:19:14 +02:00
stefanodvx
6baa965534 fix typos and remove unused headers 2025-04-20 01:26:50 +02:00
stefanodvx
0786312feb instagram: fix public instance with edge proxy 2025-04-20 01:07:02 +02:00
stefanodvx
6f5e792b01 edge proxy support + updated readme 2025-04-20 01:00:50 +02:00
stefanodvx
8d57b97b0f media: fixes default format filtering 2025-04-19 21:38:39 +02:00
stefanodvx
ebba6a8835 redgifs: new extractor 2025-04-19 12:52:07 +02:00
stefanodvx
60365973d8 9gag: new extractor 2025-04-18 12:48:37 +02:00
stefanodvx
d92f02d38e implement libav in some methods 2025-04-17 16:21:59 +02:00
dogghi no
e35bd2fe57
implement sonic for json + remove some TODOs from readme + fix go version requirement (#5) 2025-04-17 14:16:30 +02:00
stefanodvx
12c12e53f7 fixes some lint errors 2025-04-16 17:03:16 +02:00
stefanodvx
8aad6f49d6 instagram: fix regex 2025-04-16 15:24:39 +02:00
stefanodvx
3e351e7e43 use host matching instead of regex (desc)
why? using regex on every single message the bot receives, even simple patterns, can be very harmful for your cpu lol
2025-04-16 14:11:55 +02:00
stefanodvx
c6cb552dc8 fix instagram 429 error 2025-04-15 19:31:30 +02:00
stefanodvx
66cd00791d Update util.go 2025-04-14 23:54:08 +02:00
stefanodvx
58bd5827b3 main: changes, fixes
- refactors http session usage across modules
- adjusts video info extraction
- improves temporary directory, concurrency limits, buffering, and error handling in download routines
2025-04-14 23:45:54 +02:00
stefanodvx
10c113f400 env: supports for http and socks5 proxies 2025-04-14 21:50:49 +02:00
stefanodvx
2e9694689f instagram: adds support for share urls 2025-04-14 15:47:22 +02:00
stefanodvx
3faede7b1c Init 2025-04-14 13:05:43 +02:00