-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathconfig.template.yml
80 lines (63 loc) · 1.7 KB
/
config.template.yml
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
77
78
79
80
version: 3
methods:
youtube:
title: YouTube
enabled: true
ia_wayback:
title: Wayback Machine
enabled: true
ia_details:
title: Archive.org Details
enabled: true
ia_cdx:
title: Archive.org CDX
enabled: true
ghostarchive:
title: GhostArchive
enabled: true
hackint_ya:
title: "#youtubearchive"
enabled: false
username:
password:
distributed_youtube_archive:
title: Distributed YouTube Archive
enabled: true
hobune_stream:
title: Hobune.stream
enabled: true
filmot:
title: Filmot
enabled: false
api_key:
playboard_co:
title: Playboard.co
enabled: false
user_agent: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.%s.0.0 Safari/537.36"
removededm:
title: Removed.edm
enabled: true
odysee:
title: Odysee
enabled: true
altcensored:
title: altCensored
enabled: true
preservetube:
title: PreserveTube
enabled: true
nyaneonline:
title: Nyane.online
enabled: true
# Global User-Agent
user_agent: "FindYoutubeVideo/1.0 operated by XYZ"
# Sets the experiment base URL. *If you want to disable experiments, set this to null.*
# Occasionally, there might be something I want to test; for example, looking for
# edge cases in an API endpoint.
# If experiments are on, the site will send the results of these experiments to my server.
# The following information will be included in the report:
# - video ID
# - any necessary additional information
# Your IP address WILL NOT be associated with the report.
# Current list of experiments is in EXPERIMENTS.txt.
experiment_base_url: "https://fyt-helper.thetechrobo.ca/experiment"