File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # -*- coding: utf-8 -*-
2+ """\
3+ This is a python port of "Goose" orignialy licensed to Gravity.com
4+ under one or more contributor license agreements. See the NOTICE file
5+ distributed with this work for additional information
6+ regarding copyright ownership.
7+
8+ Python port was written by Xavier Grangier for Recrutae
9+
10+ Gravity.com licenses this file
11+ to you under the Apache License, Version 2.0 (the "License");
12+ you may not use this file except in compliance
13+ with the License. You may obtain a copy of the License at
14+
15+ http://www.apache.org/licenses/LICENSE-2.0
16+
17+ Unless required by applicable law or agreed to in writing, software
18+ distributed under the License is distributed on an "AS IS" BASIS,
19+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20+ See the License for the specific language governing permissions and
21+ limitations under the License.
22+ """
23+
24+ from goose .extractors import BaseExtractor
25+
26+
27+ class ContentAuthorExtractor (BaseExtractor ):
28+ pass
Original file line number Diff line number Diff line change 1+ # -*- coding: utf-8 -*-
2+ """\
3+ This is a python port of "Goose" orignialy licensed to Gravity.com
4+ under one or more contributor license agreements. See the NOTICE file
5+ distributed with this work for additional information
6+ regarding copyright ownership.
7+
8+ Python port was written by Xavier Grangier for Recrutae
9+
10+ Gravity.com licenses this file
11+ to you under the Apache License, Version 2.0 (the "License");
12+ you may not use this file except in compliance
13+ with the License. You may obtain a copy of the License at
14+
15+ http://www.apache.org/licenses/LICENSE-2.0
16+
17+ Unless required by applicable law or agreed to in writing, software
18+ distributed under the License is distributed on an "AS IS" BASIS,
19+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20+ See the License for the specific language governing permissions and
21+ limitations under the License.
22+ """
23+
24+ from goose .extractors import BaseExtractor
25+
26+
27+ class ContentTagsExtractor (BaseExtractor ):
28+ pass
You can’t perform that action at this time.
0 commit comments