File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 908
908
sunset_guidance = "use METAREFRESH_MAXDELAY instead" ,
909
909
type = SettingType .FLOAT ,
910
910
),
911
- # scrapy-feedexporter- azure-storage plugin settings, in order of appearance
911
+ # scrapy-azure-exporter plugin settings, in order of appearance
912
912
# in https://github.com/scrapy-plugins/scrapy-feedexporter-azure-storage
913
- "AZURE_CONNECTION_STRING" : Setting (package = "scrapy-feedexporter-azure-storage" ),
914
- "AZURE_ACCOUNT_URL_WITH_SAS_TOKEN" : Setting (
915
- package = "scrapy-feedexporter-azure-storage"
916
- ),
917
- "AZURE_ACCOUNT_URL" : Setting (package = "scrapy-feedexporter-azure-storage" ),
918
- "AZURE_ACCOUNT_KEY" : Setting (package = "scrapy-feedexporter-azure-storage" ),
913
+ "AZURE_CONNECTION_STRING" : Setting (package = "scrapy-azure-exporter" ),
914
+ "AZURE_ACCOUNT_URL_WITH_SAS_TOKEN" : Setting (package = "scrapy-azure-exporter" ),
915
+ "AZURE_ACCOUNT_URL" : Setting (package = "scrapy-azure-exporter" ),
916
+ "AZURE_ACCOUNT_KEY" : Setting (package = "scrapy-azure-exporter" ),
919
917
# scrapy-deltafetch plugin settings, in order of appearance in
920
918
# https://github.com/scrapy-plugins/scrapy-deltafetch#usage
921
919
"DELTAFETCH_ENABLED" : Setting (package = "scrapy-deltafetch" , type = SettingType .BOOL ),
You can’t perform that action at this time.
0 commit comments