Created at: 2025-04-01
[tool.hatch.version]
Created at: 2025-04-01
[tool.hatch.version]
<?xml version='1.0' encoding='UTF-8' ?> | |
<opml version="2.0"> | |
<head> | |
<title>PodAura</title> | |
<dateCreated>Sat Feb 22 23:21:24 GMT+09:00 2025</dateCreated> | |
</head> | |
<body> | |
<outline text="Comedy" title="Comedy"> <outline htmlUrl="https://feeds.megaphone.fm/TBS6605278277" link="https://www.tbsradio.jp/titi/ " icon="https://megaphone.imgix.net/podcasts/f5f21262-c863-11ed-8b4e-0ba84038c724/image/06f9636e026858734dbc26c1a31605b8.png?ixlib=rails-4.3.1&max-w=3000&max-h=3000&fit=crop&auto=format,compress" description="ラジオ父ちゃんが、ポッドキャストで復活!ラジオを父親のように慕っていた真空ジェシカが、再びラジオにかわいがってもらえるように…そんな気持ちでお送りします。 ------ お題のシチュエーションに合わせた、「いい声で、ぐっとくる一言」を真空ジェシカが挑戦!「インフォマJUNK」で配信中:https://cms.megaphone.fm/channel/TBS9666344403 番組作りの参考のため、以下のアンケートにご協力をお願いいたします。 https://www.tbs.co.jp/radio/podcast/en.html 制作:TBSラジオ #ラジ父 TBS Podcast:https://www.tbsradio.jp/podcast/" text="真空ジェシカのラジオ父ちゃん" title="真空ジェシカのラジオ父ちゃん" xmlUrl="https://feeds.megaphone.fm/TBS6605278277" /> | |
</outlin |
pull & push
user
docker login eggplants-public.sakuracr.jp
#!/usr/bin/env bash | |
# NOTE: FOR PRIVATE USE. DO NOT RE-UPLOAD DOWNLOADED VIDEOS. | |
# 1. Reveal source of video player's `<iframe id="video_iframe" ...>` to load window.dataForPlayer | |
# 2. Execute the following JS code in Developer console in the watching page of purchased video: | |
# const url = new URL(dataForPlayer.clips[0].config); | |
# url.origin + url.pathname.replace('/config', ''); | |
# // => 'https://player.vimeo.com/video/<id>' |
click me
[).map(e=>`${e.innerText}`) | |
const circleNames = Array.from(document.querySelectorAll(`a[href^="/Circle/"]`)).flatMap(e=>`${e.innerText}` || []) | |
console.assert(haichiLocations.length == circleNames.length) | |
console.log(haichiLocations.map((s, index)=>`${s.replace(' ', '\t')}\t${circleNames[index]}`).join('\n')) |
# 0. Server A and clients B/C are on the same Tailnet | |
# 1. Start RustDesk Server on A in Docker | |
# 2. Install RustDesk Client on B/C and set Magic DNS of A and Server Password Key | |
# 3. B/C can be connected to each other | |
services: | |
hbbs: | |
container_name: hbbs | |
ports: | |
- 21115:21115 | |
- 21116:21116 |