From 43e6a7bbb7a49d0fc77ccd6a3f680a554a965e93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Maseda=20Mui=C3=B1o?= Date: Tue, 16 Jan 2018 22:18:16 +0100 Subject: [PATCH 1/8] prefapp/catweb --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index d97e6d7..5160d25 100644 --- a/templates/index.html +++ b/templates/index.html @@ -19,7 +19,7 @@
-

Chris's Totally Random Cat Gif of the day

+

Gif do gato do día

Courtesy: Buzzfeed

From 268627f10746c16af69ddbbf497d0025ce3db9d4 Mon Sep 17 00:00:00 2001 From: raulgomez662 <63110415+raulgomez662@users.noreply.github.com> Date: Tue, 14 Apr 2020 13:48:46 +0200 Subject: [PATCH 2/8] Cambio URL gif Modificadas las URLs de los gifs cambio de http://ak-hdl.buzzfed.com/ a https://img.buzzfeed.com/buzzfeed-static/ --- app.py | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/app.py b/app.py index 200aaed..78c62c6 100644 --- a/app.py +++ b/app.py @@ -5,17 +5,17 @@ # list of cat images images = [ - "http://ak-hdl.buzzfed.com/static/2013-10/enhanced/webdr01/15/9/anigif_enhanced-buzz-31540-1381844535-8.gif", - "http://ak-hdl.buzzfed.com/static/2013-10/enhanced/webdr05/15/9/anigif_enhanced-buzz-26390-1381844163-18.gif", - "http://ak-hdl.buzzfed.com/static/2013-10/enhanced/webdr06/15/10/anigif_enhanced-buzz-1376-1381846217-0.gif", - "http://ak-hdl.buzzfed.com/static/2013-10/enhanced/webdr03/15/9/anigif_enhanced-buzz-3391-1381844336-26.gif", - "http://ak-hdl.buzzfed.com/static/2013-10/enhanced/webdr06/15/10/anigif_enhanced-buzz-29111-1381845968-0.gif", - "http://ak-hdl.buzzfed.com/static/2013-10/enhanced/webdr03/15/9/anigif_enhanced-buzz-3409-1381844582-13.gif", - "http://ak-hdl.buzzfed.com/static/2013-10/enhanced/webdr02/15/9/anigif_enhanced-buzz-19667-1381844937-10.gif", - "http://ak-hdl.buzzfed.com/static/2013-10/enhanced/webdr05/15/9/anigif_enhanced-buzz-26358-1381845043-13.gif", - "http://ak-hdl.buzzfed.com/static/2013-10/enhanced/webdr06/15/9/anigif_enhanced-buzz-18774-1381844645-6.gif", - "http://ak-hdl.buzzfed.com/static/2013-10/enhanced/webdr06/15/9/anigif_enhanced-buzz-25158-1381844793-0.gif", - "http://ak-hdl.buzzfed.com/static/2013-10/enhanced/webdr03/15/10/anigif_enhanced-buzz-11980-1381846269-1.gif" + "https://img.buzzfeed.com/buzzfeed-static/static/2013-10/enhanced/webdr01/15/9/anigif_enhanced-buzz-31540-1381844535-8.gif", + "https://img.buzzfeed.com/buzzfeed-static/static/2013-10/enhanced/webdr05/15/9/anigif_enhanced-buzz-26390-1381844163-18.gif", + "https://img.buzzfeed.com/buzzfeed-static/static/2013-10/enhanced/webdr06/15/10/anigif_enhanced-buzz-1376-1381846217-0.gif", + "https://img.buzzfeed.com/buzzfeed-static/static/2013-10/enhanced/webdr03/15/9/anigif_enhanced-buzz-3391-1381844336-26.gif", + "https://img.buzzfeed.com/buzzfeed-static/static/2013-10/enhanced/webdr06/15/10/anigif_enhanced-buzz-29111-1381845968-0.gif", + "https://img.buzzfeed.com/buzzfeed-static/static/2013-10/enhanced/webdr03/15/9/anigif_enhanced-buzz-3409-1381844582-13.gif", + "https://img.buzzfeed.com/buzzfeed-static/static/2013-10/enhanced/webdr02/15/9/anigif_enhanced-buzz-19667-1381844937-10.gif", + "https://img.buzzfeed.com/buzzfeed-static/static/2013-10/enhanced/webdr05/15/9/anigif_enhanced-buzz-26358-1381845043-13.gif", + "https://img.buzzfeed.com/buzzfeed-static/static/2013-10/enhanced/webdr06/15/9/anigif_enhanced-buzz-18774-1381844645-6.gif", + "https://img.buzzfeed.com/buzzfeed-static/static/2013-10/enhanced/webdr06/15/9/anigif_enhanced-buzz-25158-1381844793-0.gif", + "https://img.buzzfeed.com/buzzfeed-static/static/2013-10/enhanced/webdr03/15/10/anigif_enhanced-buzz-11980-1381846269-1.gif" ] @app.route('/') From eac19b1b9499837f4518a939680b41aedbca0760 Mon Sep 17 00:00:00 2001 From: raulgomez662 <63110415+raulgomez662@users.noreply.github.com> Date: Tue, 14 Apr 2020 16:10:47 +0200 Subject: [PATCH 3/8] Cambio de URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Actualización de URL --- app.py | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/app.py b/app.py index 200aaed..78c62c6 100644 --- a/app.py +++ b/app.py @@ -5,17 +5,17 @@ # list of cat images images = [ - "http://ak-hdl.buzzfed.com/static/2013-10/enhanced/webdr01/15/9/anigif_enhanced-buzz-31540-1381844535-8.gif", - "http://ak-hdl.buzzfed.com/static/2013-10/enhanced/webdr05/15/9/anigif_enhanced-buzz-26390-1381844163-18.gif", - "http://ak-hdl.buzzfed.com/static/2013-10/enhanced/webdr06/15/10/anigif_enhanced-buzz-1376-1381846217-0.gif", - "http://ak-hdl.buzzfed.com/static/2013-10/enhanced/webdr03/15/9/anigif_enhanced-buzz-3391-1381844336-26.gif", - "http://ak-hdl.buzzfed.com/static/2013-10/enhanced/webdr06/15/10/anigif_enhanced-buzz-29111-1381845968-0.gif", - "http://ak-hdl.buzzfed.com/static/2013-10/enhanced/webdr03/15/9/anigif_enhanced-buzz-3409-1381844582-13.gif", - "http://ak-hdl.buzzfed.com/static/2013-10/enhanced/webdr02/15/9/anigif_enhanced-buzz-19667-1381844937-10.gif", - "http://ak-hdl.buzzfed.com/static/2013-10/enhanced/webdr05/15/9/anigif_enhanced-buzz-26358-1381845043-13.gif", - "http://ak-hdl.buzzfed.com/static/2013-10/enhanced/webdr06/15/9/anigif_enhanced-buzz-18774-1381844645-6.gif", - "http://ak-hdl.buzzfed.com/static/2013-10/enhanced/webdr06/15/9/anigif_enhanced-buzz-25158-1381844793-0.gif", - "http://ak-hdl.buzzfed.com/static/2013-10/enhanced/webdr03/15/10/anigif_enhanced-buzz-11980-1381846269-1.gif" + "https://img.buzzfeed.com/buzzfeed-static/static/2013-10/enhanced/webdr01/15/9/anigif_enhanced-buzz-31540-1381844535-8.gif", + "https://img.buzzfeed.com/buzzfeed-static/static/2013-10/enhanced/webdr05/15/9/anigif_enhanced-buzz-26390-1381844163-18.gif", + "https://img.buzzfeed.com/buzzfeed-static/static/2013-10/enhanced/webdr06/15/10/anigif_enhanced-buzz-1376-1381846217-0.gif", + "https://img.buzzfeed.com/buzzfeed-static/static/2013-10/enhanced/webdr03/15/9/anigif_enhanced-buzz-3391-1381844336-26.gif", + "https://img.buzzfeed.com/buzzfeed-static/static/2013-10/enhanced/webdr06/15/10/anigif_enhanced-buzz-29111-1381845968-0.gif", + "https://img.buzzfeed.com/buzzfeed-static/static/2013-10/enhanced/webdr03/15/9/anigif_enhanced-buzz-3409-1381844582-13.gif", + "https://img.buzzfeed.com/buzzfeed-static/static/2013-10/enhanced/webdr02/15/9/anigif_enhanced-buzz-19667-1381844937-10.gif", + "https://img.buzzfeed.com/buzzfeed-static/static/2013-10/enhanced/webdr05/15/9/anigif_enhanced-buzz-26358-1381845043-13.gif", + "https://img.buzzfeed.com/buzzfeed-static/static/2013-10/enhanced/webdr06/15/9/anigif_enhanced-buzz-18774-1381844645-6.gif", + "https://img.buzzfeed.com/buzzfeed-static/static/2013-10/enhanced/webdr06/15/9/anigif_enhanced-buzz-25158-1381844793-0.gif", + "https://img.buzzfeed.com/buzzfeed-static/static/2013-10/enhanced/webdr03/15/10/anigif_enhanced-buzz-11980-1381846269-1.gif" ] @app.route('/') From 9400896677ac3641d92fb2584d34bb642ce7b15b Mon Sep 17 00:00:00 2001 From: raulgomez662 <63110415+raulgomez662@users.noreply.github.com> Date: Mon, 20 Apr 2020 11:14:32 +0200 Subject: [PATCH 4/8] nuevos enlaces gif --- app.py | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/app.py b/app.py index 78c62c6..7c7a897 100644 --- a/app.py +++ b/app.py @@ -5,17 +5,21 @@ # list of cat images images = [ - "https://img.buzzfeed.com/buzzfeed-static/static/2013-10/enhanced/webdr01/15/9/anigif_enhanced-buzz-31540-1381844535-8.gif", - "https://img.buzzfeed.com/buzzfeed-static/static/2013-10/enhanced/webdr05/15/9/anigif_enhanced-buzz-26390-1381844163-18.gif", - "https://img.buzzfeed.com/buzzfeed-static/static/2013-10/enhanced/webdr06/15/10/anigif_enhanced-buzz-1376-1381846217-0.gif", - "https://img.buzzfeed.com/buzzfeed-static/static/2013-10/enhanced/webdr03/15/9/anigif_enhanced-buzz-3391-1381844336-26.gif", - "https://img.buzzfeed.com/buzzfeed-static/static/2013-10/enhanced/webdr06/15/10/anigif_enhanced-buzz-29111-1381845968-0.gif", - "https://img.buzzfeed.com/buzzfeed-static/static/2013-10/enhanced/webdr03/15/9/anigif_enhanced-buzz-3409-1381844582-13.gif", - "https://img.buzzfeed.com/buzzfeed-static/static/2013-10/enhanced/webdr02/15/9/anigif_enhanced-buzz-19667-1381844937-10.gif", - "https://img.buzzfeed.com/buzzfeed-static/static/2013-10/enhanced/webdr05/15/9/anigif_enhanced-buzz-26358-1381845043-13.gif", - "https://img.buzzfeed.com/buzzfeed-static/static/2013-10/enhanced/webdr06/15/9/anigif_enhanced-buzz-18774-1381844645-6.gif", - "https://img.buzzfeed.com/buzzfeed-static/static/2013-10/enhanced/webdr06/15/9/anigif_enhanced-buzz-25158-1381844793-0.gif", - "https://img.buzzfeed.com/buzzfeed-static/static/2013-10/enhanced/webdr03/15/10/anigif_enhanced-buzz-11980-1381846269-1.gif" + "https://img.buzzfeed.com/buzzfeed-static/static/2014-06/24/17/enhanced/webdr10/anigif_enhanced-29828-1403646582-7.gif", + "https://img.buzzfeed.com/buzzfeed-static/static/2014-06/24/17/enhanced/webdr06/anigif_enhanced-28244-1403646370-2.gif", + "https://img.buzzfeed.com/buzzfeed-static/static/2014-06/24/17/enhanced/webdr10/anigif_enhanced-29510-1403646649-3.gif", + "https://img.buzzfeed.com/buzzfeed-static/static/2014-06/24/17/enhanced/webdr10/anigif_enhanced-30034-1403646599-7.gif", + "https://img.buzzfeed.com/buzzfeed-static/static/2014-06/24/17/enhanced/webdr09/anigif_enhanced-4743-1403646817-9.gif", + "https://img.buzzfeed.com/buzzfeed-static/static/2014-06/24/17/enhanced/webdr08/anigif_enhanced-23675-1403646767-8.gif", + "https://img.buzzfeed.com/buzzfeed-static/static/2014-06/24/17/enhanced/webdr10/anigif_enhanced-29994-1403646740-39.gif", + "https://img.buzzfeed.com/buzzfeed-static/static/2014-06/24/17/enhanced/webdr08/anigif_enhanced-23704-1403646787-1.gif", + "https://img.buzzfeed.com/buzzfeed-static/static/2014-06/24/18/enhanced/webdr02/anigif_enhanced-10067-1403647307-22.gif", + "https://img.buzzfeed.com/buzzfeed-static/static/2014-06/24/18/enhanced/webdr06/anigif_enhanced-28044-1403647272-11.gif", + "https://img.buzzfeed.com/buzzfeed-static/static/2014-06/24/18/enhanced/webdr09/anigif_enhanced-4685-1403647551-18.gif", + "https://img.buzzfeed.com/buzzfeed-static/static/2014-06/24/18/enhanced/webdr02/anigif_enhanced-24306-1403647326-1.gif", + "https://img.buzzfeed.com/buzzfeed-static/static/2014-06/24/18/enhanced/webdr07/anigif_enhanced-3756-1403647724-4.gif", + "https://img.buzzfeed.com/buzzfeed-static/static/2014-06/24/17/enhanced/webdr09/anigif_enhanced-4743-1403646233-1.gif", + "https://img.buzzfeed.com/buzzfeed-static/static/2014-06/24/17/enhanced/webdr05/anigif_enhanced-2087-1403646837-1.gif" ] @app.route('/') From a5ed59a70eda37231b995facc86b2b3fe712a11c Mon Sep 17 00:00:00 2001 From: raulgomez662 <63110415+raulgomez662@users.noreply.github.com> Date: Mon, 20 Apr 2020 11:17:34 +0200 Subject: [PATCH 5/8] Update index.html --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 5160d25..741857a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -21,7 +21,7 @@

Gif do gato do día

-

Courtesy: Buzzfeed

+

Courtesy: Buzzfeed

From df2b9c0bff95cfe58c99ceedaff3215a186656d8 Mon Sep 17 00:00:00 2001 From: raulgomez662 <63110415+raulgomez662@users.noreply.github.com> Date: Mon, 20 Apr 2020 13:01:35 +0200 Subject: [PATCH 6/8] update gifs --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 7c7a897..e8d7ebb 100644 --- a/app.py +++ b/app.py @@ -3,7 +3,7 @@ app = Flask(__name__) -# list of cat images +# list of cat images images = [ "https://img.buzzfeed.com/buzzfeed-static/static/2014-06/24/17/enhanced/webdr10/anigif_enhanced-29828-1403646582-7.gif", "https://img.buzzfeed.com/buzzfeed-static/static/2014-06/24/17/enhanced/webdr06/anigif_enhanced-28244-1403646370-2.gif", From 7bbf92f8e9e8cebcd414d09ca4daecdc1fd9a11a Mon Sep 17 00:00:00 2001 From: raulgomez662 <63110415+raulgomez662@users.noreply.github.com> Date: Mon, 20 Apr 2020 13:04:03 +0200 Subject: [PATCH 7/8] Update index.html --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 741857a..5e377bf 100644 --- a/templates/index.html +++ b/templates/index.html @@ -21,7 +21,7 @@

Gif do gato do día

-

Courtesy: Buzzfeed

+

Courtesy:Buzzfeed

From b4afb5b8b9ff281fd05e612f7767bdea14b87d6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Esteban=20Borrag=C3=A1n?= Date: Tue, 17 Nov 2020 19:26:59 +0000 Subject: [PATCH 8/8] Cambio de las imagenes de gatos --- app.py | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/app.py b/app.py index e8d7ebb..3e8bee4 100644 --- a/app.py +++ b/app.py @@ -5,21 +5,15 @@ # list of cat images images = [ - "https://img.buzzfeed.com/buzzfeed-static/static/2014-06/24/17/enhanced/webdr10/anigif_enhanced-29828-1403646582-7.gif", - "https://img.buzzfeed.com/buzzfeed-static/static/2014-06/24/17/enhanced/webdr06/anigif_enhanced-28244-1403646370-2.gif", - "https://img.buzzfeed.com/buzzfeed-static/static/2014-06/24/17/enhanced/webdr10/anigif_enhanced-29510-1403646649-3.gif", - "https://img.buzzfeed.com/buzzfeed-static/static/2014-06/24/17/enhanced/webdr10/anigif_enhanced-30034-1403646599-7.gif", - "https://img.buzzfeed.com/buzzfeed-static/static/2014-06/24/17/enhanced/webdr09/anigif_enhanced-4743-1403646817-9.gif", - "https://img.buzzfeed.com/buzzfeed-static/static/2014-06/24/17/enhanced/webdr08/anigif_enhanced-23675-1403646767-8.gif", - "https://img.buzzfeed.com/buzzfeed-static/static/2014-06/24/17/enhanced/webdr10/anigif_enhanced-29994-1403646740-39.gif", - "https://img.buzzfeed.com/buzzfeed-static/static/2014-06/24/17/enhanced/webdr08/anigif_enhanced-23704-1403646787-1.gif", - "https://img.buzzfeed.com/buzzfeed-static/static/2014-06/24/18/enhanced/webdr02/anigif_enhanced-10067-1403647307-22.gif", - "https://img.buzzfeed.com/buzzfeed-static/static/2014-06/24/18/enhanced/webdr06/anigif_enhanced-28044-1403647272-11.gif", - "https://img.buzzfeed.com/buzzfeed-static/static/2014-06/24/18/enhanced/webdr09/anigif_enhanced-4685-1403647551-18.gif", - "https://img.buzzfeed.com/buzzfeed-static/static/2014-06/24/18/enhanced/webdr02/anigif_enhanced-24306-1403647326-1.gif", - "https://img.buzzfeed.com/buzzfeed-static/static/2014-06/24/18/enhanced/webdr07/anigif_enhanced-3756-1403647724-4.gif", - "https://img.buzzfeed.com/buzzfeed-static/static/2014-06/24/17/enhanced/webdr09/anigif_enhanced-4743-1403646233-1.gif", - "https://img.buzzfeed.com/buzzfeed-static/static/2014-06/24/17/enhanced/webdr05/anigif_enhanced-2087-1403646837-1.gif" + "https://images.pexels.com/photos/1056251/pexels-photo-1056251.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260", + "https://images.pexels.com/photos/236606/pexels-photo-236606.jpeg?auto=compress&cs=tinysrgb&dpr=2&w=500", + "https://images.pexels.com/photos/1573324/pexels-photo-1573324.jpeg?auto=compress&cs=tinysrgb&dpr=2&w=500", + "https://images.pexels.com/photos/4587959/pexels-photo-4587959.jpeg?auto=compress&cs=tinysrgb&dpr=2&w=500", + "https://images.pexels.com/photos/1543793/pexels-photo-1543793.jpeg?auto=compress&cs=tinysrgb&dpr=2&w=500", + "https://images.pexels.com/photos/156321/pexels-photo-156321.jpeg?auto=compress&cs=tinysrgb&dpr=2&w=500", + "https://images.pexels.com/photos/1560424/pexels-photo-1560424.jpeg?auto=compress&cs=tinysrgb&dpr=2&w=500", + "https://images.pexels.com/photos/3885948/pexels-photo-3885948.jpeg?auto=compress&cs=tinysrgb&dpr=2&w=500", + "https://images.pexels.com/photos/3069334/pexels-photo-3069334.jpeg?auto=compress&cs=tinysrgb&dpr=2&w=500" ] @app.route('/')