Commit 475bdbce authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

readme

parent 24e802de
...@@ -8,7 +8,7 @@ Se incluyen los siguientes medios: ...@@ -8,7 +8,7 @@ Se incluyen los siguientes medios:
```bash ```bash
cd laJornada cd laJornada
scrapy crawl noticias -t json --nolog -o noticias.json -a year=2016 month=12 day=24 scrapy crawl noticias -t json --nolog -o noticias.json -a year=2016 -a month=12 -a day=24
``` ```
* [Diario de Yucatán](http://www.yucatan.com) * [Diario de Yucatán](http://www.yucatan.com)
...@@ -17,6 +17,6 @@ Se incluyen los siguientes medios: ...@@ -17,6 +17,6 @@ Se incluyen los siguientes medios:
```bash ```bash
cd diarioYucatan cd diarioYucatan
scrapy crawl noticias -t json --nolog -o noticias.json -a year=2016 month=12 day=24 scrapy crawl noticias -t json --nolog -o noticias.json -a year=2016 -a month=12 -a day=24
``` ```
* [Yucatán al Minuto](http://www.yucatanalminuto.com/) * [Yucatán al Minuto](http://www.yucatanalminuto.com/)
This source diff could not be displayed because it is too large. You can view the blob instead.
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