This has migrated over to https://github.com/cheahjs/palworld-save-tools.
Old versions of the script hosted here can be found from the revisions list: https://gist.github.com/cheahjs/300239464dd84fe6902893b6b9250fd0/revisions
This has migrated over to https://github.com/cheahjs/palworld-save-tools.
Old versions of the script hosted here can be found from the revisions list: https://gist.github.com/cheahjs/300239464dd84fe6902893b6b9250fd0/revisions
ASAHIネットがDS-Lite対応したので、 自宅の適当なLinuxルーターにて設定しようとして詰まったAFTR取得に関するメモ。
Linuxルーターを使ってる人向けのニッチなものだけど、情報として残しておく。
| /* ==UserStyle== | |
| @name TwitterRevertColoring | |
| @description Twitter の UI の配色を元に戻すユーザースタイル | |
| @namespace https://gist.github.com/tsukumijima | |
| @updateURL https://gist.github.com/tsukumijima/931905c4ed3f181ce926730463a29d80/raw/TwitterRevertColoring.user.css | |
| @author tsukumi | |
| @version 1.3.9 | |
| @license MIT | |
| ==/UserStyle== */ |
| from typing import Callable, Iterable, List, NamedTuple, Optional | |
| import json | |
| from bs4 import BeautifulSoup | |
| import requests | |
| session = requests.Session() |
| ## NHKのネット配信サービスであるらじる★らじる。 | |
| # 従来は https://gist.github.com/riocampos/5656450 のように rtmpdump を使う必要がありましたが、 | |
| # 2017年9月から m3u8 による配信へ変更になったようです。m3u8 なので10秒単位での録音になります。 | |
| # また 2021年4月に更新され、以前の M3U8URL は2022年2月末で廃止されました。 | |
| ## 録音コマンド(m4a) | |
| ffmpeg -i M3U8URL -c copy outputfilename.m4a | |
| # ファイルサイズ的に m4a が最も小さくなる | |
| # m4a ファイルのときだけ "-c copy" オプションが使える。 |
| あせ (・_・;) 顔文字 | |
| あせ (・∀・;) 顔文字 | |
| あせ (^ω^;;) 顔文字 | |
| あせ (゚∀゚ ;) 顔文字 | |
| あせ (゚∀゚ ;)タラー 顔文字 | |
| あたふた ヽ(´・ω・`ヽ) 顔文字 | |
| あつい (。>﹏<) 顔文字 | |
| あつい (。>﹏<)あㄘ”ゅい 顔文字 | |
| あつい (>﹏<。Ξ。>﹏<) 顔文字 | |
| あつい ι(´Д`υ) 顔文字 |
| # 2017年9月以降は Flash ではなく m3u8 での配信になりましたので、この内容は古くなりました。 | |
| # 新しい録音方法に関しては | |
| # https://gist.github.com/riocampos/93739197ab7c765d16004cd4164dca73 | |
| # をご覧ください。 | |
| ############################################################################## | |
| # RTMPEのtype9 handshakeに対応している必要があるのでRTMPDump v2.4必須 | |
| # ラジオ第2は全放送局とも同じ | |
| # swfVfyオプションのURLは http://www3.nhk.or.jp/netradio/files/swf/rtmpe.swf でもOK | |
| # 各チャンネルに2種類ずつ記載していますがどちらも同じなので好みの物を使ってください |
| This is free and unencumbered software released into the public domain. | |
| Anyone is free to copy, modify, publish, use, compile, sell, or | |
| distribute this software, either in source code form or as a compiled | |
| binary, for any purpose, commercial or non-commercial, and by any | |
| means. | |
| In jurisdictions that recognize copyright laws, the author or authors | |
| of this software dedicate any and all copyright interest in the | |
| software to the public domain. We make this dedication for the benefit |