Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature define feed params (FEED_URI, FEED_FORMAT, EXPORT_URI) #61

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

DoroninaD
Copy link

Add the ability to define:

  • FEED_URI - scrapy param that is used for storing scrapped items
  • FEED_FORMAT - scrapy param that defined file format for scrapped items
  • EXPORT_URI - path there scrapped items can be retrieved from.

EXPORT_URI (or FEED_URI if EXPORT_URI is not defined) is stored JobExecution and can be used later for downloading items.
See README.md (Feed options) for more details.

DaryaDoronina added 4 commits April 19, 2018 16:07
Feed params are sent to scrapy and used in spider:
- FEED_URI
- FEED_FORMAT

Additional param EXPORT_URI is used for getting feed export link if it
 differs from FEED_URI.
Copy link

@kantischool kantischool left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a taklif chhe sudhro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants