nitter/src
girst 0633ec2c39 Prefer mp4 to m3u8 for Video Playback if proxyVideos is off
m3u8 videos only work when the proxy is enabled. Further, this allows
video playback without Javascript.

This is only done when proxying is disabled to avoid excessive memory
usage on the nitter instance that would result from loading longer
videos in a single chunk.
2022-05-18 19:51:38 +02:00
..
experimental Merge pull request #557 from jackyzy823/fix-bio-hashtag 2022-02-20 21:23:53 +01:00
routes Fix hidePinned preference 2022-01-30 16:59:07 +01:00
sass revert previous "fix", move absolute under embed 2022-02-19 20:01:11 -06:00
views Prefer mp4 to m3u8 for Video Playback if proxyVideos is off 2022-05-18 19:51:38 +02:00
api.nim Fix list members not displaying 2022-03-10 21:24:57 +08:00
apiutils.nim Fix compilation with Nim 1.4.8 2022-01-23 14:47:13 +01:00
config.nim Add enableDebug config to turn on logs 2022-01-05 19:20:01 +01:00
consts.nim Use faster API to get pinned tweets 2022-01-23 07:45:01 +01:00
formatters.nim Rearchitect profile, support pins, Profile -> User 2022-01-23 07:23:09 +01:00
http_pool.nim Simplify bad http client pruning 2022-01-23 07:23:09 +01:00
nitter.nim changed code to be not shit 2022-01-14 19:01:47 +02:00
parser.nim Implement getSource proc 2022-02-26 19:02:34 -05:00
parserutils.nim Minor fixes, update tests 2022-04-01 17:56:55 +02:00
prefs.nim More cleanup 2022-01-02 11:21:03 +01:00
prefs_impl.nim removed weird spaces at end of line 2022-01-13 23:59:30 +02:00
query.nim Skip search requests when query is empty 2021-12-28 07:35:35 +01:00
redis_cache.nim Minor RSS behavior improvements 2022-01-27 14:55:51 +01:00
tokens.nim Set listMembers max remaining to 500 2022-01-24 12:29:03 +01:00
types.nim Implement requested changes 2022-02-26 19:00:06 -05:00
utils.nim Remove nim-regex dependency, improve performance 2022-01-11 03:22:31 +01:00