You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Now this link is where it actually will go to (sometimes), although this is not displayed to the user*
24
+
# IMG_URL_TEXT: 'http://127.0.0.1:3000/cdn/img/bsky/{user_did}/{fullblob}.jpg' # if you don't want to do any redirects, it will eventually arrive here.
25
+
IMG_URL_TEXT: 'http://127.0.0.1:3000/img/{shortcode}'# if you want to do a redirect, and have it be short, it should arrive here.
22
26
23
27
# Same as the above, but for videos
24
-
VID_DISPLAY_TEXT: 'pic.twitter.com/{shortblob}'
28
+
VID_DISPLAY_TEXT: 'pic.twitter.com/{shortcode}'
25
29
26
30
# SERVER_PORT is the port the server will listen on.
// tbh, you could pretty easily just run it thru a prettier and it would make sense, but i'll explain it here:
206
+
// It's a basic html page that includes the hls.js library, a video element, and a script that checks if the browser supports hls, and if it doesn't, it uses hls.js to play the video
0 commit comments