WordPress爬虫插件WP Content Crawler v1.13.0

WordPress爬虫插件WP Content Crawler

WordPress爬虫插件WP Content Crawler 允许您将几乎任何网站的内容自动发布到您在 WordPress 上的网站、博客或在线商店!设置好参数后,插件会在后台找到网站网址并自动扫描。

详细的工具栏 – 查看后台发生的情况:活动网页、查看的消息数量、更新的消息数量、查看和上次更新的消息、上次添加的 URL、CRON 事件开始,接下来,消息和 URL 现在是保存…

演示: https://codecanyon.net/search/15983018

特点 WP Content Crawler – 自动从几乎任何网站获取内容

  • 保存所有文章详细信息
  • 视觉检查员
  • 抓取(抓取、获取、保存)帖子
  • 重新抓取(更新)文章
  • 删除帖子
  • 调度控制
  • 保存类别 类别
  • 保存蛞蝓(永久链接)
  • 保存分类法
  • 将帖子保存到自定义类别
  • 自定义帖子元
  • 内容模板
  • 替代选择器
  • 查找和替换任何东西
  • 页码文章
  • 文章列表
  • 删除不必要的元素
  • 自动插入网站类别 URL
  • 从帖子中删除链接
  • 密码保护
  • 快速检查一切
  • 一次检查网站的所有设置
  • 每个站点的可自定义全局设置
  • 保存帖子内容中的所有图像
  • 将图像另存为图库
  • 任何数据作为简码
  • 代理人
  • 饼干
  • 抓取尽可能多的帖子
  • 电子邮件通知
  • 从 JSON 中获取数据
  • 高级 HTML 操作
  • 自动翻译
  • 自动内容旋转
  • 检查重复的帖子重复内容
  • 预定的帖子
  • 保存 WooCommerce 产品
  • 保存 alt 和其他标题的属性…

推荐:WordPress前端仪表板插件WP Frontend Admin Premium 

Changelog WP Content Crawler – 自动从网站获取内容

= v1.11.0 - 11 March 2021 =
New
Filters. With filters, you can do things conditionally, i.e. you can say “if this happens, then do this”, where the condition part is optional. The filters have 30 Condition Commands and 25 Action Commands. Via the filters’ Action Commands, these are possible:
Make a text uppercase, lowercase, title case, snake case, kebab case, camel case, studly case, slug, and make its first letter uppercase
Find and replace in a text, such as post title or product attribute value
Clear a text. For example, you can clear a tag’s text to remove it if a certain condition is met.
Limit the number of characters and words in a text or HTML code
Remove empty HTML elements in a text
Remove links targeting specific domains or not targeting specific domains in a text or element
Add something before or after a text
Remove an element from the source code retrieved from the target site
Clone an element
Calculate the numeric values. For example, you can change the price of a product depending on a condition.
Stop crawling a post and delete it from your site if a certain condition is met. For example, you delete the post if the post is not found in the target site when recrawling. Another example is to delete a post if the title or content has a specific word that you do not want in your site.
Set author of the post depending on a condition. For example, you can change the author of the post if the post has a specific category.
Set post status, Add tags, Add categories
Send email notifications. For example, if a condition is satisfied, you can change the post status to pending review and send an email notification to yourself so that you can review and publish it.
Improvement
Import/export Cookies. You can copy the cookie header from the network tab of the developer tools of your browser and import it. See Importing all cookies for more information.
Post Status option contains all the post statuses registered to WordPress.
Options Box opens much faster
Error message displayed when a setting is not configured as expected now displays the path to to problematic setting so that you can understand which setting has to be fixed.
Fix
Test results of a setting that has a File Options Box should not modify the result if the options box does not have any options configured.
WooCommerce options are shown in multi-site installations as well
wpcc/post/source-code/after_retrieve action is not triggered when crawling a category page. Instead, wpcc/category/source-code/after_retrieve action is triggered.
Other
Tested and works with WordPress 5.7, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, 4.9, with PHP 8.0, 7.4, 7.3, 7.2, with Chrome, Firefox, Opera, with WooCommerce 5.1, 5.0, 4.9, 4.8, 4.7, 4.6, 4.5, 4.4, 4.3, 4.2, 4.1, 4.0, 3.9, 3.8, 3.6, 3.3.
Minor fixes and improvements

= v1.10.1 - 25 August 2020 =
### Fix
- Make it compatible with the major changes made in WordPress 5.5. WordPress 5.5 does not include jQuery Migrate, which lets deprecated jQuery functions be used for backward compatibility. This caused the plugin’s some JavaScript features to not work properly. This version removes the usage of any deprecated jQuery functions. Additionally, as instructed by WordPress’s official Test jQuery Updates plugin, the plugin has been thoroughly tested with all of the 4 specified combinations of jQuery, jQuery Migrate, and jQuery UI. This means that the plugin should now be compatible as well with the jQuery changes that will be made in the future WordPress versions.
- Abandon the usage of PHP features deprecated in PHP 7.4.
- Tooltip must not block the underlying UI elements even if it is not visible.
### Other
- Tested and works with WordPress 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, 4.9, with PHP 7.4, 7.3, 7.2, with Chrome, Firefox, Opera, with WooCommerce 4.4, 4.3, 4.2, 4.1, 4.0, 3.9, 3.8, 3.7, 3.6, 3.5.

⭐类似的建议:集合 自动抓取 WordPress 网站内容的插件

提示过期或锁定时激活 WP 内容爬虫

  • 方法一: 卸载插件然后重新安装,去 设置 -> 内容爬虫许可设置 输入任何数据以激活插件密钥 -> 再次正常工作
  • 方法二: 你去插件路径 wp-content-crawler\app\WPTSLMClient.php
    • 找出 私有函数 handleAPIResponseForInfo(&$response) {…}
    • 替换里面的代码 {…} 使用以下代码:

$this->resetTrialCount();
$this->setValid(‘1’);
$this->setErrorMessage(null);
返回真;

(默认情况下,以上代码包含在下载中,但在某些情况下第一次安装插件可以修复为原始代码)

结果如下:

WordPress爬虫插件WP Content Crawler v1.13.0 3

下载 WP Content Crawler v1.13.0 

笔记: 也许你需要在安装插件之前解压缩。 如果任何主题/插件包含病毒,我们不提供任何保证。 在 localhost 上使用之前,请检查 Virustotal。


发表评论