Guest User

Full stalker mode 2020 hackerman

a guest
Aug 17th, 2020
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. // Comment, don't paste these. Replace the * with relevant information
  2. // Keep in mind I have noticed that streams recorded with this method (through the website url and not the m3u8 url) can't be opened with vlc for some reason but MPV works fine
  3. // The program just loops non-stop with a break of 10s, the website seems pretty shit so it never tells you "hey, too many requests stop that" so you can just keep this running idly forever
  4. // Everything below this is the script:
  5.  
  6.  
  7. #!/bin/bash
  8. while true
  9. do
  10. timedate=$( date '+%F_%H_%M_%S' )
  11. streamlink -r *****live$timedate.mp4 https://twitcasting.tv/******** best
  12. sleep 10s
  13. done
Add Comment
Please, Sign In to add comment