This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"title": "Test Video", | |
"duration": 10, | |
"live": false, | |
"sources": [ | |
{ | |
"url": "https://seed128.bitchute.com/ZayHxkuCjdtH/T6WwQlnWr3r3.mp4", | |
"contentType": "video/mp4", | |
"quality": 1080, | |
"bitrate": 5000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# ------------------------------------------------------ | |
# Setup: | |
# ------------------------------------------------------ | |
# 1. Dependencies: | |
# - yad version 13.0 (GTK+ 3.24.38) or newer | |
# To upgrade YAD to the latest version, refer to: | |
# https://github.com/sonic2kk/steamtinkerlaunch/issues/98#issuecomment-706558925 | |
# To upgrade YAD for syntax highlighting, refer to: |