Этот коммит содержится в:
Ihar Hancharenka 2024-05-23 15:24:43 +03:00
родитель 6af61edb2c
Коммит 07da9af97b
3 изменённых файлов: 13 добавлений и 4 удалений

Просмотреть файл

@ -12,8 +12,6 @@ AboutEdu - Rukshin of 12:53
https://www.youtube.com/watch?v=sqhdicxzkaI
https://www.youtube.com/watch?v=oNe-6JUKwJ0
https://www.youtube.com/watch?v=kXyJ0m5jo8E
LastBell - Rukshin of 1:37:13
https://www.youtube.com/watch?v=8LUX0drb1NM
SpbRodkom - Rukshin of 36:12
https://www.youtube.com/watch?v=D-R_3pm4jP8
SvetlanaSvetlaya - Rukshin of 42:40
@ -23,7 +21,9 @@ EssenceOfTime - Rukshin - Distant of 1:15:02
2019
PoznyakovaForum - Rukshin - Smart Girls Club of 33:02
https://www.youtube.com/watch?v=UwUP5VcANXw
PedagogicalVesti - Rukshin - Dialogues 11:00 of 24:22
https://www.youtube.com/watch?v=cTpTdmUfgpY
2018
ConstantinSemin - Rukshin 57:00 of 1:37:13
ConstantinSemin - Rukshin 41:00 of 1:37:13
https://www.youtube.com/watch?v=BA7EdDbqDHA
https://www.youtube.com/watch?v=8LUX0drb1NM

Просмотреть файл

@ -51,8 +51,9 @@ Geopolitics
https://boosty.to/den_club/posts/f198877e-c804-4ca3-8948-808f6aec3a46
2024
NDay - Geopolitics - Artamonov - Nuclear Weapon 19:00 of 1:54:19
NDay - Geopolitics - Artamonov - Nuclear Weapon 1:06:00 of 1:54:19
https://boosty.to/den_club/posts/fdaa34da-b66e-463d-83ff-b900592bb183
! 01:00:00 Diff between communism/capitalism like family against the world and crestyanskaya obschina
BeesAgainstHoney - Nikolaev - Artamonov - k300 18:00 of 1:04:33
https://www.youtube.com/watch?v=mGUa_Nn3OpQ
https://www.crimea.kp.ru/online/news/4331220/

Просмотреть файл

@ -25,3 +25,11 @@ https://github.com/jqlang/jq/issues/2385
sammples
"{took:.took, timed_out:.timed_out}"
unescaping
https://github.com/jqlang/jq/issues/2501
https://stackoverflow.com/questions/35154684/how-to-parse-a-json-string-with-jq-or-other-alternatives
s/\\\"/\"/g replacing all backslashes and quotes ( \" ) into quotes only (")
s/^.//g replacing the first character in the stream to none character
s/.$//g replacing the last character in the stream to none character
cat <file>.json | sed -e 's/\\\"/\"/g' | jq .