Skip to content
Snippets Groups Projects
Commit 4a5ce7e1 authored by Matthew Sielski's avatar Matthew Sielski
Browse files

Change data_fetcher_plugin to use file instead of url.

parent b0ebd6d5
No related branches found
No related tags found
1 merge request!13Change data_fetcher_plugin to use file instead of url.
Pipeline #338101 failed
......@@ -6,7 +6,7 @@ migration_tags:
- WordPress
source:
plugin: url
data_fetcher_plugin: http
data_fetcher_plugin: file
data_parser_plugin: xml
urls: []
item_selector: '/rss/channel/item[wp:post_type="attachment"]'
......
......@@ -4,7 +4,7 @@ migration_tags:
- WordPress
source:
plugin: url
data_fetcher_plugin: http
data_fetcher_plugin: file
data_parser_plugin: xml
urls: []
item_selector: /rss/channel/wp:author
......
......@@ -4,7 +4,7 @@ migration_tags:
- WordPress
source:
plugin: url
data_fetcher_plugin: http
data_fetcher_plugin: file
data_parser_plugin: xml
urls: []
item_selector: /rss/channel/wp:category
......
......@@ -4,7 +4,7 @@ migration_tags:
- WordPress
source:
plugin: url
data_fetcher_plugin: http
data_fetcher_plugin: file
data_parser_plugin: xml
urls: []
# The parent type selector is modified dynamically.
......
......@@ -4,7 +4,7 @@ migration_tags:
- WordPress
source:
plugin: url
data_fetcher_plugin: http
data_fetcher_plugin: file
data_parser_plugin: xml
urls: []
# The item type selector (e.g. '[wp:post_type="post"]') is appended dynamically.
......
......@@ -4,7 +4,7 @@ migration_tags:
- WordPress
source:
plugin: url
data_fetcher_plugin: http
data_fetcher_plugin: file
data_parser_plugin: xml
urls: []
item_selector: /rss/channel/wp:tag
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment