-
Notifications
You must be signed in to change notification settings - Fork 10
/
events.yml
69 lines (58 loc) · 1.34 KB
/
events.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
repo_dir: ~/git/pyvideo_data
events:
# Copy the event template here and adapt to the event parameters
# Only repo_dir: and events: are loaded
# =============================================================================
event_template:
- title: PyConxxx2019
dir: pyconxxx
youtube_list:
- xxx
related_urls:
- label: Conference schedule
url: xxx
language: eng
dates:
begin: xxx
end: xxx
default: xxx
issue: xxx
minimal_download: true
overwrite:
# all: true # takes precedence over add_new_files and existing_files_fields
add_new_files: true
existing_files_fields:
- copyright_text
- duration
- thumbnail_url
- videos
- description
- language
- recorded
- related_urls
- speakers
- tags
- title
tags:
# ISO_639-3 language codes https://en.wikipedia.org/wiki/ISO_639-3
# languages = {
# 'ita': 'Italian',
# 'zho': 'Chinese',
# 'por': 'Portuguese',
# 'ukr': 'Ukrainian',
# 'deu': 'German',
# 'eng': 'English',
# 'rus': 'Russian',
# 'fra': 'French',
# 'spa': 'Spanish',
# 'eus': 'Basque',
# 'cat': 'Catalan',
# 'glg': 'Galician',
# 'kor': 'Korean',
# 'lit': 'Lithuanian',
# 'jpn': 'Japanese',
# 'ces': 'Czech',
# 'pol': 'Polish',
# 'heb': 'Hebrew',
# 'tha': 'Thai',
# }