File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env sh
2
2
3
- LOBSTER_VERSION=" 4.5.0 "
3
+ LOBSTER_VERSION=" 4.5.1 "
4
4
5
5
# ## General Variables ###
6
6
config_file=" $HOME /.config/lobster/lobster_config.sh"
562
562
563
563
extract_from_json () {
564
564
encrypted_video_link=$( printf " %s" " $json_data " | tr " {|}" " \n" | $sed -nE " s_.*\" sources\" :\" ([^\" ]*)\" .*_\1_p" | head -1)
565
- key=$( curl -s " https://superbillgalaxy.github.io/megacloud-keys/api.json " | $sed -n ' s/.*"rabbitstream": *"\([^"]*\)".*/\1/p ' )
565
+ key=$( curl -s " https://raw.githubusercontent.com/eatmynerds/key/refs/heads/e1/key.txt " )
566
566
video_link=$( printf " %s" " $encrypted_video_link " | base64 -d | openssl enc -aes-256-cbc -d -md md5 -k " $key " 2> /dev/null | $sed -nE " s_.*\" file\" :\" ([^\" ]*)\" .*_\1_p" )
567
567
568
568
[ -n " $quality " ] && video_link=$( printf " %s" " $video_link " | $sed -e " s|/playlist.m3u8|/$quality /index.m3u8|" )
You can’t perform that action at this time.
0 commit comments