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