added pornhub support
This commit is contained in:
parent
3bff58d654
commit
3247d97b0d
2
apps/play_pornhub.sh
Executable file
2
apps/play_pornhub.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
youtube-dl --no-progress --output - https://www.pornhub.com/view_video.php?viewkey=${3} -f best | ffmpeg -re -i - -pix_fmt rgb24 -vf "transpose=1,scale=${1}x${2}" -sws_flags bicubic -sws_dither bayer -vcodec rawvideo -f image2pipe -
|
@ -19,5 +19,6 @@ GuiScaleFactor = 10
|
||||
Apps = [
|
||||
{"name": "pixelflut", "cmd": "apps/idle.py", "permanent": True},
|
||||
{"name": "framebuffer", "cmd": ["apps/fbcp", "/dev/fb0"]},
|
||||
{"name": "play_youtube", "cmd": "apps/play_youtube.sh"}
|
||||
]
|
||||
{"name": "play_youtube", "cmd": "apps/play_youtube.sh"},
|
||||
{"name": "play_pornhub", "cmd": "apps/play_pornhub.sh"}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user