зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 13:16:07 +02:00
m
Этот коммит содержится в:
родитель
05357abc27
Коммит
6a034a1624
2
devops/cloud/google/youtube/utils/freetube.txt
Обычный файл
2
devops/cloud/google/youtube/utils/freetube.txt
Обычный файл
@ -0,0 +1,2 @@
|
||||
https://freetubeapp.io/
|
||||
https://github.com/FreeTubeApp/FreeTube
|
||||
1
devops/cloud/google/youtube/utils/libretube.txt
Обычный файл
1
devops/cloud/google/youtube/utils/libretube.txt
Обычный файл
@ -0,0 +1 @@
|
||||
https://github.com/Libre-tube/LibreTube
|
||||
1
devops/cloud/google/youtube/utils/list.txt
Обычный файл
1
devops/cloud/google/youtube/utils/list.txt
Обычный файл
@ -0,0 +1 @@
|
||||
https://github.com/TeamPiped/Piped
|
||||
13
devops/cloud/google/youtube/utils/tubearchivist.txt
Обычный файл
13
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
|
||||
2
devops/cloud/google/youtube/utils/yark.txt
Обычный файл
2
devops/cloud/google/youtube/utils/yark.txt
Обычный файл
@ -0,0 +1,2 @@
|
||||
https://pypi.org/project/yark/
|
||||
https://github.com/Owez/yark
|
||||
@ -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' <id|url>
|
||||
--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/
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -9,7 +9,9 @@ Simpson - You Dont Know JS - Async and Performance ru
|
||||
|
||||
articles
|
||||
2023
|
||||
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/
|
||||
|
||||
@ -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/
|
||||
|
||||
Загрузка…
x
Ссылка в новой задаче
Block a user