-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.example.json
76 lines (76 loc) · 2.94 KB
/
config.example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"pen" : {
"penPath" : "/tmp/commuteUSB",
"mountAndUnmount" : "False",
"downloadFolder" : "Download",
"common" : {
"writesubtitles" : true,
"format" : "bestvideo[vcodec!=?vp9]+bestaudio/best"
}
},
"source" : [
{
"url" : "https://www.youtube.com/user/therealgiantbomb",
"description" : "Giant Bomb Quick Look",
"matchtitle" : "Quick Look",
"playlistend" : 3
},
{
"url" : "https://www.youtube.com/channel/UCoLrcjPV5PbUrUyXq5mjc_A",
"description" : "MLB",
"playlistend" : 2,
"format" : "worst"
},
{
"deactivated" : true,
"url" : "https://www.youtube.com/playlist?list=PLykXdRRd47IXBd5C-CY0UwR6SE61OPjR0",
"playlistend" : 10,
"description" : "Champions League on Sky"
},
{
"description" : "Europa League on Sky longer than 300 seconds",
"url" : "https://www.youtube.com/playlist?list=PLykXdRRd47IX_5gUChdhDjgKmQyZtRrC_",
"playlistend" : 10,
"match_filter" : "duration > 300"
},
{
"description" : "Watch later",
"username" : "your_youtube_username",
"url" : "https://www.youtube.com/feed/watch_later?gl=DE&hl=de",
"password" : "your_youtube_password"
},
{
"format" : "1080p60fps",
"shellscript" : "sh ~/git/scripts/gamersyde.sh",
"prefix" : "Gamersyde_",
"description" : "Shellscript that lists youtube-dl urls line by line"
},
{
"description": "Soundtrack Playlist",
"url" : "https://www.youtube.com/playlist?list=PlayListWithSoundtracks",
"format": "bestaudio/best",
"outtmpl": "%(title)s.%(ext)s"
},
{
"shellscript" : "elinks --dump http://www.arte.tv/guide/de/suchergebnisse?keyword=durch+die+nacht+mit | egrep '/guide/de/[0-9]' | awk {'print $2'} | uniq",
"prefix" : "Arte_",
"description" : "Durch die Nacht mit..."
},
{
"description" : "Conferences and Press Briefings",
"url": [
"https://www.youtube.com/user/PlayStation",
"https://www.youtube.com/user/IGNentertainment",
"https://www.youtube.com/user/gamespot",
"https://www.youtube.com/user/PlayStation",
"https://www.youtube.com/user/TheRealGiantBomb",
"https://www.youtube.com/user/xbox",
"https://www.youtube.com/user/ubisoft",
"https://www.youtube.com/user/BethesdaSoftworks"
],
"playlistend": 15,
"match_filter": "duration > 3000",
"matchtitle": "201|Sony|Microsoft|Conference|Bethesda| EA | E3 |Experience|PlayStation|Xbox|Briefing"
}
]
}