summaryrefslogtreecommitdiff
path: root/packages/metadata.yaml
blob: 7d7028608ef16a77759e15a4e3f48649ba822828 (plain)
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
%YAML 1.1
---
name: Nature
description: nature scraper
author: "Bryan Bishop <kanzure@gmail.com>"
date: 2009-07-25
version: 0.0.1
regexp: "https?://www\\.nature\\.com[^/]*/(?:[^/]+/journal/v[^/]+/n[^/]+/(?:(?:full|abs)/.+\\.html|index.html)|search/executeSearch)"
classes:
    - Nature
#    - classes.Nature
yaml_tags:
    - "!nature"
---
name: ScienceDirect
description: ScienceDirect scraper
author: "Bryan Bishop <kanzure@gmail.com>"
date: 2009-07-25
version: 0.0.1
regexp: "https?://[^/]*science-?direct\\.com[^/]*/science(\\/article)?(\\?(?:.+\\&|)ob=(?:ArticleURL|ArticleListURL|PublicationURL))?"
classes:
    - ScienceDirect
#    - classes.ScienceDirect
yaml_tags:
    - "!sciencedirect"