Commit 1ae93e46 authored by Renán Sosa Guillen's avatar Renán Sosa Guillen

README

parent 9fcc53ef
...@@ -332,6 +332,32 @@ Se incluyen los siguientes medios: ...@@ -332,6 +332,32 @@ Se incluyen los siguientes medios:
scrapy crawl noticias --nolog -s filename=2017-03-22.json -a year=2017 -a month=3 -a day=22 scrapy crawl noticias --nolog -s filename=2017-03-22.json -a year=2017 -a month=3 -a day=22
``` ```
No se encontró notas antes del 2011.11.28. No se encontró notas antes del 2011.11.28.
* [Periodico Correo](https://periodicocorreo.com.mx)
Acceso por día:
```bash
https://periodicocorreo.com.mx/2018/1/29/
```
Uso:
```bash
cd periodicoCorreo
scrapy crawl noticias --nolog -s filename=2018-01-29.json -a year=2018 -a month=1 -a day=29
```
No se encontró notas antes del 2013.09.08.
* [Periodico Victoria](http://periodicovictoria.mx)
Acceso por día:
```bash
http://periodicovictoria.mx/2018/1/28/
```
Uso:
```bash
cd periodicoVictoria
scrapy crawl noticias --nolog -s filename=2018-01-28.json -a year=2018 -a month=1 -a day=28
```
No se encontró notas antes del 2013.10.09.
* [Proceso](http://www.proceso.com.mx) * [Proceso](http://www.proceso.com.mx)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment