From 6a034a16243f39eaa3816f6dcd833b8df17e49d0 Mon Sep 17 00:00:00 2001 From: Ihar Hancharenka Date: Tue, 19 Sep 2023 11:19:23 +0300 Subject: [PATCH] m --- .../cloud/google/youtube/utils/freetube.txt | 2 + .../cloud/google/youtube/utils/libretube.txt | 1 + devops/cloud/google/youtube/utils/list.txt | 1 + .../google/youtube/utils/tubearchivist.txt | 13 ++++ devops/cloud/google/youtube/utils/yark.txt | 2 + devops/cloud/google/youtube/utils/yt-dlp.txt | 59 +++++++++++++++++++ devops/k8s/tools/kubectl/cli.txt | 2 + .../automation/arr/notifarr/notifarr.txt | 13 +++- pl/web/css/frameworks/tailwind.txt | 3 + .../features/io/concurrency/async-await.txt | 4 +- security/pwdmgr/bitwarden.txt | 5 ++ 11 files changed, 103 insertions(+), 2 deletions(-) create mode 100644 devops/cloud/google/youtube/utils/freetube.txt create mode 100644 devops/cloud/google/youtube/utils/libretube.txt create mode 100644 devops/cloud/google/youtube/utils/list.txt create mode 100644 devops/cloud/google/youtube/utils/tubearchivist.txt create mode 100644 devops/cloud/google/youtube/utils/yark.txt diff --git a/devops/cloud/google/youtube/utils/freetube.txt b/devops/cloud/google/youtube/utils/freetube.txt new file mode 100644 index 000000000..ab260b43e --- /dev/null +++ b/devops/cloud/google/youtube/utils/freetube.txt @@ -0,0 +1,2 @@ +https://freetubeapp.io/ +https://github.com/FreeTubeApp/FreeTube diff --git a/devops/cloud/google/youtube/utils/libretube.txt b/devops/cloud/google/youtube/utils/libretube.txt new file mode 100644 index 000000000..79877cb7b --- /dev/null +++ b/devops/cloud/google/youtube/utils/libretube.txt @@ -0,0 +1 @@ +https://github.com/Libre-tube/LibreTube diff --git a/devops/cloud/google/youtube/utils/list.txt b/devops/cloud/google/youtube/utils/list.txt new file mode 100644 index 000000000..004acf7fb --- /dev/null +++ b/devops/cloud/google/youtube/utils/list.txt @@ -0,0 +1 @@ +https://github.com/TeamPiped/Piped diff --git a/devops/cloud/google/youtube/utils/tubearchivist.txt b/devops/cloud/google/youtube/utils/tubearchivist.txt new file mode 100644 index 000000000..5d1afed07 --- /dev/null +++ b/devops/cloud/google/youtube/utils/tubearchivist.txt @@ -0,0 +1,13 @@ +https://tubearchivist.com/ + +https://docs.tubearchivist.com/ +https://docs.tubearchivist.com/installation/docker-compose/ + +https://github.com/tubearchivist/browser-extension +https://addons.mozilla.org/en-US/firefox/addon/tubearchivist-companion/ +https://chrome.google.com/webstore/detail/tubearchivist-companion/jjnkmicfnfojkkgobdfeieblocadmcie + +2023 +https://habr.com/ru/companies/ruvds/articles/760716/ +2022 +https://www.youtube.com/watch?v=O8H8Z01c0Ys diff --git a/devops/cloud/google/youtube/utils/yark.txt b/devops/cloud/google/youtube/utils/yark.txt new file mode 100644 index 000000000..ef36e383e --- /dev/null +++ b/devops/cloud/google/youtube/utils/yark.txt @@ -0,0 +1,2 @@ +https://pypi.org/project/yark/ +https://github.com/Owez/yark diff --git a/devops/cloud/google/youtube/utils/yt-dlp.txt b/devops/cloud/google/youtube/utils/yt-dlp.txt index 8818df360..3e3d5be9c 100644 --- a/devops/cloud/google/youtube/utils/yt-dlp.txt +++ b/devops/cloud/google/youtube/utils/yt-dlp.txt @@ -1,6 +1,65 @@ https://github.com/yt-dlp/yt-dlp +https://github.com/yt-dlp/yt-dlp/wiki/Installation +https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md +https://github.com/yt-dlp/yt-dlp/wiki/Plugins + https://github.com/flashdagger/ytdlp-plugins deb/yt-dlp yt-dlp -f 'b' -S 'res:480' + --default-search PREFIXUse + Use this prefix for unqualified URLs. + E.g. "gvsearch2:python" downloads two videos from google videos for the search term "python". + Use the value "auto" to let yt-dlp guessing + ("auto_warning" to emit a warning when guessing). + "error" just throws an error. + The default value "fixup_error" repairs broken URLs, + but emits an error if this is not possible instead of searching + +search +sample + yt-dlp ytsearchdateall:nixos --dateafter today-14days --no-download -O "%(id)s -> %(duration_string)s -> %(channel)s -> %(title)s" + https://github.com/yt-dlp/yt-dlp#output-template + --skip-download, --no-download + --get-id + --get-duration + -e, --get-title + --get-description + https://github.com/yt-dlp/yt-dlp#video-selection + --dateafter + +https://github.com/yt-dlp/yt-dlp/issues/6035 + !!! +https://github.com/yt-dlp/yt-dlp/issues/6335 + --date-after along with --lazy-playlist --break-on-reject +https://github.com/yt-dlp/yt-dlp/issues/6365 + ytsearchdateall:abcd + means search youtube for "abcd", sorted by date, which is just equivalent todayhttps + https://www.youtube.com/results?search_query=abcd&sp=CAI%253D + yt-dlp ytsearchdateall:today --print id --flat-playlist + +https://stackoverflow.com/questions/63275916/youtube-dl-with-ytsearchdate-return-only-20-results +https://write.corbpie.com/searching-youtube-videos-with-yt-dlp/ + ytsearchall + yt-dlp ytsearch10:lebron james --get-id --get-title + list out 10 video id’s and the titles for the term "lebron james" +https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md + youtube:search: + YouTube search; "ytsearch:" prefix + https://github.com/yt-dlp/yt-dlp/blob/master/yt_dlp/extractor/youtube.py#L6912 + class YoutubeSearchIE(YoutubeTabBaseInfoExtractor, SearchInfoExtractor): + ... + youtube:search:date: + YouTube search, newest videos first; "ytsearchdate:" prefix + https://github.com/yt-dlp/yt-dlp/blob/master/yt_dlp/extractor/youtube.py#L6926 + class YoutubeSearchDateIE(YoutubeTabBaseInfoExtractor, SearchInfoExtractor): + ... + youtube:notif: + YouTube notifications; ":ytnotif" keyword (requires cookies) + youtube:subscriptions: + YouTube subscriptions feed; ":ytsubs" keyword (requires cookies) + +2023 +https://habr.com/ru/articles/759164/ +https://habr.com/ru/companies/ruvds/articles/716058/ diff --git a/devops/k8s/tools/kubectl/cli.txt b/devops/k8s/tools/kubectl/cli.txt index d7b761e38..065275cd0 100644 --- a/devops/k8s/tools/kubectl/cli.txt +++ b/devops/k8s/tools/kubectl/cli.txt @@ -21,6 +21,8 @@ kubectl !!! ??? get resources of all kinds (from api-server) explain ... doc on specific part of descr ... + ex: + deployment.spec.strategy get namespace list namespaces diff --git a/net/proto/torrent/automation/arr/notifarr/notifarr.txt b/net/proto/torrent/automation/arr/notifarr/notifarr.txt index 3f0624adc..aed529c69 100644 --- a/net/proto/torrent/automation/arr/notifarr/notifarr.txt +++ b/net/proto/torrent/automation/arr/notifarr/notifarr.txt @@ -1,4 +1,15 @@ +https://notifiarr.com/guest/register + https://notifiarr.com/index.php https://notifiarr.wiki/ -https://trash-guides.info/Notifiarr/Quick-Start/ +https://docs.saltbox.dev/sandbox/apps/notifiarr/#advanced + +https://notifiarr.wiki/Website/Integrations +https://notifiarr.wiki/en/Website/IntegrationSetup + +https://github.com/Notifiarr/notifiarr + +2023 +Ibracorp - TRaSH Guides & Notifiarr: Next Level Automation of 20:41 + https://www.youtube.com/watch?v=eDlWTze8EKo diff --git a/pl/web/css/frameworks/tailwind.txt b/pl/web/css/frameworks/tailwind.txt index dfea77260..8a00ab7ea 100644 --- a/pl/web/css/frameworks/tailwind.txt +++ b/pl/web/css/frameworks/tailwind.txt @@ -26,6 +26,9 @@ ui components https://www.youtube.com/watch?v=KaLxCiilHns https://headlessui.com/ +variant groops + https://www.youtube.com/watch?v=rChBDxzRAwM + 2023 SberMarketTech - Vodolazskih - Tailwind-css ru of 29:04 https://www.youtube.com/watch?v=GMID4_t3EXU diff --git a/pl/web/js/features/io/concurrency/async-await.txt b/pl/web/js/features/io/concurrency/async-await.txt index 639101739..5e3999368 100644 --- a/pl/web/js/features/io/concurrency/async-await.txt +++ b/pl/web/js/features/io/concurrency/async-await.txt @@ -9,7 +9,9 @@ Simpson - You Dont Know JS - Async and Performance ru articles 2023 -https://habr.com/ru/companies/ruvds/articles/759772/ +https://akashhamirwasia.com/blog/internals-of-async-await-in-javascript/ + https://habr.com/ru/companies/ruvds/articles/759772/ + https://www.youtube.com/watch?v=sB_P0m9ggTU 2021 https://betterprogramming.pub/learn-how-to-use-async-await-like-a-pro-481a5b829bf0 https://nuancesprog.ru/p/13788/ diff --git a/security/pwdmgr/bitwarden.txt b/security/pwdmgr/bitwarden.txt index 181910b09..fe23c9811 100644 --- a/security/pwdmgr/bitwarden.txt +++ b/security/pwdmgr/bitwarden.txt @@ -12,6 +12,11 @@ https://github.com/bitwarden/docs https://bitwarden.com/help/article/cli/ https://bitwarden.com/help/article/install-on-premise/ +https://www.youtube.com/channel/UCId9a_jQqvJre0_dE2lE_Rw + +https://github.com/dani-garcia/vaultwarden + https://www.youtube.com/watch?v=mq7n_0Xs1Kg + docker https://hub.docker.com/r/bitwarden/server https://pablo.tools/blog/computers/declarative-docker-on-nixos/