-
Notifications
You must be signed in to change notification settings - Fork 20
/
feeds.toml
38 lines (35 loc) · 1.02 KB
/
feeds.toml
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
[twitter-engineering]
title = "Twitter Engineering Insights"
url = "https://blog.twitter.com/engineering/en_us/topics/insights"
entrySelector = ".result"
titleSelector = "a"
linkSelector = "a"
contentSelector = "a"
dateSelector = "time"
dateFormat = "EEEE, d MMMM yyyy"
[apple-ai]
title = "Apple Machine Learning"
url = "https://machinelearning.apple.com/research?type=article"
entrySelector = ".post-row"
titleSelector = "h3 > a"
linkSelector = "h3 > a"
contentSelector = "h3 > a"
matchOneOf = "Article"
[unity-ai]
title = "Unity Blog AI"
url = "https://blog.unity.com/topic/ai"
entrySelector = ".border-b"
titleSelector = ".text-lg"
linkSelector = ".relative > a"
contentSelector = "#-txt-postCard"
dateSelector = ".text-gray.leading-6"
dateFormat = "MMMM d, yyyy"
[unity-ml]
title = "Unity Blog ML"
url = "https://blog.unity.com/topic/machine-learning"
entrySelector = ".border-b"
titleSelector = ".text-lg"
linkSelector = ".relative > a"
contentSelector = "#-txt-postCard"
dateSelector = ".text-gray.leading-6"
dateFormat = "MMMM d, yyyy"