diff --git a/public/feed/feed-podcasts/all/index.rss b/public/feed/feed-podcasts/all/index.rss index 6480286..692e8a1 100755 --- a/public/feed/feed-podcasts/all/index.rss +++ b/public/feed/feed-podcasts/all/index.rss @@ -71,22 +71,20 @@ MakeMoneyChildhoodDreamAeromodellingCenters Tue, 6 Sep 2022 14:00:00 +0000 2295 - - + + - + © 2022 BlogBaster https://creativecommons.org/licenses/by/4.0/ full 1 https://blogbaster.xyz - - + + no false - - full 1 @@ -122,14 +120,14 @@ Thu, 1 Sep 2022 12:00:00 +0000 1857 https://blogbaster.xyz - - + + no false - + Хобби и ты: Можно ли заработать на фокусах? - - + + © 2022 BlogBaster https://creativecommons.org/licenses/by/4.0/ @@ -152,14 +150,14 @@ Fri, 12 July 2022 22:00:00 +0000 1064 https://blogbaster.xyz - - + + no false - + Нравится слушать - Какой шмот ты носишь и где его покупать? - - + + © 2022 BlogBaster https://creativecommons.org/licenses/by/4.0/ @@ -188,14 +186,14 @@ Wed, 20 July 2022 13:00:00 +0000 954 https://blogbaster.xyz - - + + no false - + Нравится слушать - Еда. Что, как и где мы едим? - - + + © 2022 BlogBaster https://creativecommons.org/licenses/by/4.0/ @@ -221,14 +219,14 @@ Fri, 8 July 2022 22:00:00 +0000 1046 https://blogbaster.xyz - - + + no false - + Нравится слушать - Что посмотреть? - - + + © 2022 BlogBaster https://creativecommons.org/licenses/by/4.0/ @@ -257,14 +255,14 @@ Wed, 25 June 2022 13:20:00 +0000 1802 https://blogbaster.xyz - - + + no false - + Спецвыпуск подкаста «Нравится слушать» в Дубраве - - + + © 2022 BlogBaster https://creativecommons.org/licenses/by/4.0/ @@ -293,14 +291,14 @@ Wed, 08 June 2022 18:00:00 +0000 1871 https://blogbaster.xyz - - + + no false - + Нравится слушать - Страхи и жизнь с ними - - + + © 2022 BlogBaster https://creativecommons.org/licenses/by/4.0/ @@ -336,14 +334,14 @@ Wed, 01 June 2022 15:00:00 +0000 546 https://blogbaster.xyz - - + + no false - + Нравится слушать - Дайджест: куда поехать этим летом? - - + + © 2022 BlogBaster https://creativecommons.org/licenses/by/4.0/ @@ -392,14 +390,14 @@ Sat, 28 May 2022 22:00:00 +0000 2179 https://blogbaster.xyz - - + + no false - + Как сдать экзамен без страха - - + + © 2022 BlogBaster https://creativecommons.org/licenses/by/4.0/ @@ -435,14 +433,14 @@ Fri, 20 May 2022 09:20:00 +0000 3344 https://blogbaster.xyz - - + + no false - + Цифровые коммуникации и молодежь - - + + © 2022 BlogBaster https://creativecommons.org/licenses/by/4.0/ @@ -474,14 +472,14 @@ Sun, 15 May 2022 10:00:00 +0000 1927 https://blogbaster.xyz - - + + no false - + Цифровые коммуникации и молодежь - - + + © 2022 BlogBaster https://creativecommons.org/licenses/by/4.0/ @@ -513,14 +511,14 @@ Thu, 12 May 2022 21:00:00 +0000 1949 https://blogbaster.xyz - - + + no false - + Таврида. Чему можно научиться на берегу Черного моря - - + + © 2022 BlogBaster https://creativecommons.org/licenses/by/4.0/ @@ -543,17 +541,17 @@ Fri, 06 May 2022 15:30:47 +0000 1265 https://blogbaster.xyz - - + + no false Твои возможности сегодня - - + + © 2022 BlogBaster https://creativecommons.org/licenses/by/4.0/ diff --git a/src/pages/api/podcasts/lets-go/rss/index.ts b/src/pages/api/podcasts/lets-go/rss/index.ts index d247096..88ffe2d 100644 --- a/src/pages/api/podcasts/lets-go/rss/index.ts +++ b/src/pages/api/podcasts/lets-go/rss/index.ts @@ -7,7 +7,7 @@ import { getRssXml, Items } from '../../../../../сomponents/podcasts'; const id = 2; const sql_company = "SELECT * FROM podcasts, company WHERE podcasts.id="+id; -const sql_items = "SELECT * FROM podcasts, items, company WHERE podcasts.id=items.id_podcasts and podcasts.id="+id+"ORDER BY items.pubDate DESC"; +const sql_items = "SELECT * FROM podcasts, items, company WHERE podcasts.id=items.id_podcasts and podcasts.id="+id+" ORDER BY items.pubDate DESC"; const sql_userAgent = "INSERT INTO views (id_podcasts, userAgent,ip) VALUES (?,?,?)"; diff --git a/src/pages/api/podcasts/like-to-listen/rss/index.ts b/src/pages/api/podcasts/like-to-listen/rss/index.ts index 39adc0c..258402a 100644 --- a/src/pages/api/podcasts/like-to-listen/rss/index.ts +++ b/src/pages/api/podcasts/like-to-listen/rss/index.ts @@ -7,7 +7,7 @@ import { getRssXml, Items } from '../../../../../сomponents/podcasts'; const id = 3; const sql_company = "SELECT * FROM podcasts, company WHERE podcasts.id="+id; -const sql_items = "SELECT * FROM `podcasts`, items, company WHERE podcasts.id=items.id_podcasts and podcasts.id="+id+"ORDER BY items.pubDate DESC"; +const sql_items = "SELECT * FROM `podcasts`, items, company WHERE podcasts.id=items.id_podcasts and podcasts.id="+id+" ORDER BY items.pubDate DESC"; const sql_userAgent = "INSERT INTO views (id_podcasts, userAgent,ip) VALUES (?,?,?)";