This project is not covered by Drupal’s security advisory policy.
This module extends the feeds module, which has many new features,
- Integrated feed source with feature module
- Support the content in multiply pages
- Fixed Chinese charset in http feeds
- Integrated with ultimate cron、background process modules
- Add many new feed tampers
New tampers:
- extract_tag_attribute: extract the tag value, such as img with src(获取html tag的属性值,例如img的src属性)
- load_image: load the image(用于有防盗链的图片显示)
- fetch_specified_items(当一个字段的xpath或jsonpath获取到多个值时,可指定只使用其中的一个或部分)
- remove_url_segment(用于删除URL地址的片段)
- special_url(用于需自定义代码处理URL的情况)
- remove_content(在当前字段的(字符串)值中,删除所选其他字段的(字符串)值)
Usage:
- Install this module
- Use ccloud fetcher when you config your importer
- Use the provided tampers if you need
子模块:
Feeds-Common: 将已经建好的内容类型、taxonomy等配置导出feature。
Feeds-Creation util: 提供一个导入和一个创建工具。
导入:根据用户提供的一系列url,自动生成一些了node(需要指定node type),这些node都关联importer,有一个feed source字段。该功能用于快速生成一系列要导入的内容,这些内容不方便通过其他importer导入或者程序导入。
创建:一个快速工具,创建一个newslist、一个news的内容类型,再给这两个内容类型创建两个importer,简化了内容类型和importer的手工建立过程。可以扩展到创建其他类型。
@credit by 晓安科技
Project information
Minimally maintained
Maintainers monitor issues, but fast responses are not guaranteed.Maintenance fixes only
Considered feature-complete by its maintainers.- Project categories: Content editing experience, Import and export, Developer tools
- Created by robbin.zhao on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.


