├── .gitignore ├── LICENSE ├── README.md ├── nicoNewStreamRecorderKakkoKari ├── (+.ico ├── (+3.ico ├── (check.ico ├── (rec.ico ├── (rec3.ico ├── .editorconfig ├── .nuget │ └── packages.config ├── namaichi.sln ├── namaichi.v12.suo ├── namaichi │ ├── Program.cs │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Settings.Designer.cs │ │ ├── Settings.cs │ │ └── Settings.settings │ ├── app.config │ ├── app.resx │ ├── curl_wrap.dll │ ├── kari.snk │ ├── libcrypto-81_3.dll │ ├── libcurl.dll │ ├── libgcc_s_dw2-1.dll │ ├── libssl-81_3.dll │ ├── libwinpthread-1.dll │ ├── namaichi.csproj │ ├── nghttp2.dll │ ├── nghttp3.dll │ ├── ngtcp2.dll │ ├── ngtcp2_crypto_openssl.dll │ ├── packages.config │ └── src │ │ ├── Logger │ │ └── TraceListener.cs │ │ ├── config │ │ └── config.cs │ │ ├── gui │ │ ├── AikotobaInputForm.Designer.cs │ │ ├── AikotobaInputForm.cs │ │ ├── AikotobaInputForm.resx │ │ ├── DotNetMessageBox.Designer.cs │ │ ├── DotNetMessageBox.cs │ │ ├── DotNetMessageBox.resx │ │ ├── MainForm.Designer.cs │ │ ├── MainForm.cs │ │ ├── MainForm.resx │ │ ├── MfaInputForm.Designer.cs │ │ ├── MfaInputForm.cs │ │ ├── MfaInputForm.resx │ │ ├── NicoSessionComboBox2.cs │ │ ├── RecordLogForm.Designer.cs │ │ ├── RecordLogForm.cs │ │ ├── RecordLogForm.resx │ │ ├── TimeShiftOptionForm.Designer.cs │ │ ├── TimeShiftOptionForm.cs │ │ ├── TimeShiftOptionForm.resx │ │ ├── UpdateForm.Designer.cs │ │ ├── UpdateForm.cs │ │ ├── UpdateForm.resx │ │ ├── VersionForm.Designer.cs │ │ ├── VersionForm.cs │ │ ├── VersionForm.resx │ │ ├── argOptionForm.Designer.cs │ │ ├── argOptionForm.cs │ │ ├── argOptionForm.resx │ │ ├── commentForm.Designer.cs │ │ ├── commentForm.cs │ │ ├── commentForm.resx │ │ ├── defaultFFplayController.Designer.cs │ │ ├── defaultFFplayController.cs │ │ ├── defaultFFplayController.resx │ │ ├── fileNameOptionForm.Designer.cs │ │ ├── fileNameOptionForm.cs │ │ ├── fileNameOptionForm.resx │ │ ├── optionForm.Designer.cs │ │ ├── optionForm.cs │ │ ├── optionForm.resx │ │ ├── placeHolderText.Designer.cs │ │ ├── placeHolderText.cs │ │ ├── placeTextBox5.Designer.cs │ │ └── placeTextBox5.cs │ │ ├── info │ │ ├── AccountInfo.cs │ │ ├── ChatInfo.cs │ │ ├── M3u8Info.cs │ │ ├── RecordLogInfo.cs │ │ ├── RedistInfo.cs │ │ ├── StreamInfo.cs │ │ ├── TimeShiftConfig.cs │ │ ├── WatchingInfo.cs │ │ └── numTaskInfo.cs │ │ ├── play │ │ ├── CommentPlayerWebSocket.cs │ │ └── Player.cs │ │ ├── rec │ │ ├── AnotherEngineRecorder.cs │ │ ├── ArgConcat.cs │ │ ├── ChannelPlusRecorder.cs │ │ ├── ChaseHokan.cs │ │ ├── ChaseLastRecord.cs │ │ ├── CookieGetter.cs │ │ ├── DeflateDecoder.cs │ │ ├── DliveManager.cs │ │ ├── DropSegmentProcess.cs │ │ ├── FFMpegConcat.cs │ │ ├── FFMpegRecord.cs │ │ ├── FollowCommunity.cs │ │ ├── Html5Recorder.cs │ │ ├── IRecorderProcess.cs │ │ ├── ITimeShiftCommentGetter.cs │ │ ├── JikkenRecordProcess.cs │ │ ├── JikkenRecorder.cs │ │ ├── MpnCommentGetter.cs │ │ ├── NotHtml5Recorder.cs │ │ ├── OutputTimeShiftTsUrlList.cs │ │ ├── Record.cs │ │ ├── RecordFromUrl.cs │ │ ├── RecordStateSetter.cs │ │ ├── RecordingManager.cs │ │ ├── Reservation.cs │ │ ├── RtmpClient.cs │ │ ├── RtmpRecorder.cs │ │ ├── SeleniumRecorder.cs │ │ ├── ThroughFFMpeg.cs │ │ ├── TimeShiftCommentGetter.cs │ │ ├── TimeShiftCommentGetter_chPlus.cs │ │ ├── TimeShiftCommentGetter_jikken.cs │ │ ├── TimeShiftCommentGetter_xml.cs │ │ ├── WebSocketCurl.cs │ │ ├── WebSocketRecorder.cs │ │ └── XmlCommentGetter_ontime.cs │ │ └── util │ │ ├── ArgReader.cs │ │ ├── Curl.cs │ │ ├── ProtoBufCodes.cs │ │ ├── RedirectLogin.cs │ │ ├── RegGetter.cs │ │ ├── SourceInfoSerialize.cs │ │ ├── util.cs │ │ └── varint.cs ├── packages │ ├── BouncyCastle.1.8.9 │ │ ├── .signature.p7s │ │ ├── README.md │ │ └── lib │ │ │ └── BouncyCastle.Crypto.dll │ ├── Microsoft.Web.Xdt.2.1.1 │ │ ├── Microsoft.Web.Xdt.2.1.1.nupkg │ │ └── lib │ │ │ └── net40 │ │ │ └── Microsoft.Web.XmlTransform.dll │ ├── NAudio.1.8.5 │ │ ├── lib │ │ │ ├── net35 │ │ │ │ ├── NAudio.XML │ │ │ │ └── NAudio.dll │ │ │ └── uap10.0 │ │ │ │ ├── NAudio.Universal.XML │ │ │ │ └── NAudio.Universal.dll │ │ └── license.txt │ ├── Newtonsoft.Json.9.0.1 │ │ ├── Newtonsoft.Json.9.0.1.nupkg │ │ ├── lib │ │ │ ├── net20 │ │ │ │ ├── Newtonsoft.Json.dll │ │ │ │ └── Newtonsoft.Json.xml │ │ │ ├── net35 │ │ │ │ ├── Newtonsoft.Json.dll │ │ │ │ └── Newtonsoft.Json.xml │ │ │ ├── net40 │ │ │ │ ├── Newtonsoft.Json.dll │ │ │ │ └── Newtonsoft.Json.xml │ │ │ ├── net45 │ │ │ │ ├── Newtonsoft.Json.dll │ │ │ │ └── Newtonsoft.Json.xml │ │ │ ├── netstandard1.0 │ │ │ │ ├── Newtonsoft.Json.dll │ │ │ │ └── Newtonsoft.Json.xml │ │ │ ├── portable-net40+sl5+wp80+win8+wpa81 │ │ │ │ ├── Newtonsoft.Json.dll │ │ │ │ └── Newtonsoft.Json.xml │ │ │ └── portable-net45+wp80+win8+wpa81 │ │ │ │ ├── Newtonsoft.Json.dll │ │ │ │ └── Newtonsoft.Json.xml │ │ └── tools │ │ │ └── install.ps1 │ ├── NuGet.Build.2.12.0 │ │ ├── NuGet.Build.2.12.0.nupkg │ │ └── tools │ │ │ └── NuGet.targets │ ├── NuGet.Client.4.2.0 │ │ ├── NuGet.Client.4.2.0.nupkg │ │ └── lib │ │ │ ├── net45 │ │ │ ├── NuGet.Client.dll │ │ │ └── NuGet.Client.xml │ │ │ └── netstandard1.3 │ │ │ ├── NuGet.Client.dll │ │ │ └── NuGet.Client.xml │ ├── NuGet.CommandLine.1.0.11220.26 │ │ ├── NuGet.CommandLine.1.0.11220.26.nupkg │ │ └── Tools │ │ │ └── NuGet.exe │ ├── NuGet.Common.4.6.2 │ │ ├── NuGet.Common.4.6.2.nupkg │ │ └── lib │ │ │ ├── net46 │ │ │ ├── NuGet.Common.dll │ │ │ └── NuGet.Common.xml │ │ │ └── netstandard1.3 │ │ │ ├── NuGet.Common.dll │ │ │ └── NuGet.Common.xml │ ├── NuGet.Frameworks.4.6.2 │ │ ├── NuGet.Frameworks.4.6.2.nupkg │ │ └── lib │ │ │ ├── net40 │ │ │ ├── NuGet.Frameworks.dll │ │ │ └── NuGet.Frameworks.xml │ │ │ ├── net46 │ │ │ ├── NuGet.Frameworks.dll │ │ │ └── NuGet.Frameworks.xml │ │ │ └── netstandard1.3 │ │ │ ├── NuGet.Frameworks.dll │ │ │ └── NuGet.Frameworks.xml │ ├── RtmpSharp2.dll │ ├── SnkLib.App.CookieGetter.2.4.0.0 │ │ ├── build │ │ │ ├── net40 │ │ │ │ ├── Deploy.targets │ │ │ │ ├── SnkLib.App.CookieGetter.LibChecker.exe │ │ │ │ ├── SnkLib.App.CookieGetter.targets │ │ │ │ └── x86 │ │ │ │ │ └── SnkLib.App.CookieGetter.x86Proxy.exe │ │ │ └── net45 │ │ │ │ ├── Deploy.targets │ │ │ │ ├── SnkLib.App.CookieGetter.LibChecker.exe │ │ │ │ ├── SnkLib.App.CookieGetter.targets │ │ │ │ └── x86 │ │ │ │ └── SnkLib.App.CookieGetter.x86Proxy.exe │ │ └── lib │ │ │ ├── net40 │ │ │ ├── SnkLib.App.CookieGetter.dll │ │ │ └── SnkLib.App.CookieGetter.xml │ │ │ └── net45 │ │ │ ├── SnkLib.App.CookieGetter.dll │ │ │ └── SnkLib.App.CookieGetter.xml │ ├── SnkLib.App.CookieGetter.2.4.2.0 │ │ ├── build │ │ │ ├── net40 │ │ │ │ ├── Deploy.targets │ │ │ │ ├── SnkLib.App.CookieGetter.LibChecker.exe │ │ │ │ └── SnkLib.App.CookieGetter.targets │ │ │ └── net45 │ │ │ │ ├── Deploy.targets │ │ │ │ ├── SnkLib.App.CookieGetter.LibChecker.exe │ │ │ │ └── SnkLib.App.CookieGetter.targets │ │ └── lib │ │ │ ├── net40 │ │ │ ├── SnkLib.App.CookieGetter.dll │ │ │ └── SnkLib.App.CookieGetter.xml │ │ │ └── net45 │ │ │ ├── SnkLib.App.CookieGetter.dll │ │ │ └── SnkLib.App.CookieGetter.xml │ ├── SnkLib.App.CookieGetter.2.4.4.0 │ │ ├── build │ │ │ ├── net40 │ │ │ │ ├── Deploy.targets │ │ │ │ ├── SnkLib.App.CookieGetter.LibChecker.exe │ │ │ │ └── SnkLib.App.CookieGetter.targets │ │ │ └── net45 │ │ │ │ ├── Deploy.targets │ │ │ │ ├── SnkLib.App.CookieGetter.LibChecker.exe │ │ │ │ └── SnkLib.App.CookieGetter.targets │ │ └── lib │ │ │ ├── net40 │ │ │ ├── SnkLib.App.CookieGetter.dll │ │ │ └── SnkLib.App.CookieGetter.xml │ │ │ └── net45 │ │ │ ├── SnkLib.App.CookieGetter.dll │ │ │ └── SnkLib.App.CookieGetter.xml │ ├── SnkLib.App.CookieGetter.Forms.1.4.1.0 │ │ └── lib │ │ │ ├── net40 │ │ │ ├── SnkLib.App.CookieGetter.Forms.dll │ │ │ └── SnkLib.App.CookieGetter.Forms.xml │ │ │ └── net45 │ │ │ ├── SnkLib.App.CookieGetter.Forms.dll │ │ │ └── SnkLib.App.CookieGetter.Forms.xml │ ├── SnkLib.App.CookieGetter.Forms.1.4.3.0 │ │ ├── lib │ │ │ ├── net40 │ │ │ │ ├── SnkLib.App.CookieGetter.Forms.dll │ │ │ │ └── SnkLib.App.CookieGetter.Forms.xml │ │ │ └── net45 │ │ │ │ ├── SnkLib.App.CookieGetter.Forms.dll │ │ │ │ └── SnkLib.App.CookieGetter.Forms.xml │ │ └── package │ │ │ └── services │ │ │ └── metadata │ │ │ └── core-properties │ │ │ └── fb92d0547bd643ebb6d64cf495002a98.psmdcp │ ├── SuperSocket.ClientEngine.Core.0.10.0 │ │ ├── SuperSocket.ClientEngine.Core.0.10.0.nupkg │ │ └── lib │ │ │ ├── net20 │ │ │ └── SuperSocket.ClientEngine.dll │ │ │ ├── net35-client │ │ │ └── SuperSocket.ClientEngine.dll │ │ │ ├── net40-client │ │ │ └── SuperSocket.ClientEngine.dll │ │ │ ├── net45 │ │ │ └── SuperSocket.ClientEngine.dll │ │ │ ├── netstandard1.3 │ │ │ └── SuperSocket.ClientEngine.dll │ │ │ └── sl50 │ │ │ └── SuperSocket.ClientEngine.dll │ ├── System.Data.SQLite.Core.1.0.108.0 │ │ ├── System.Data.SQLite.Core.1.0.108.0.nupkg │ │ ├── build │ │ │ ├── net20 │ │ │ │ ├── System.Data.SQLite.Core.targets │ │ │ │ ├── x64 │ │ │ │ │ └── SQLite.Interop.dll │ │ │ │ └── x86 │ │ │ │ │ └── SQLite.Interop.dll │ │ │ ├── net40 │ │ │ │ ├── System.Data.SQLite.Core.targets │ │ │ │ ├── x64 │ │ │ │ │ └── SQLite.Interop.dll │ │ │ │ └── x86 │ │ │ │ │ └── SQLite.Interop.dll │ │ │ ├── net45 │ │ │ │ ├── System.Data.SQLite.Core.targets │ │ │ │ ├── x64 │ │ │ │ │ └── SQLite.Interop.dll │ │ │ │ └── x86 │ │ │ │ │ └── SQLite.Interop.dll │ │ │ ├── net451 │ │ │ │ ├── System.Data.SQLite.Core.targets │ │ │ │ ├── x64 │ │ │ │ │ └── SQLite.Interop.dll │ │ │ │ └── x86 │ │ │ │ │ └── SQLite.Interop.dll │ │ │ └── net46 │ │ │ │ ├── System.Data.SQLite.Core.targets │ │ │ │ ├── x64 │ │ │ │ └── SQLite.Interop.dll │ │ │ │ └── x86 │ │ │ │ └── SQLite.Interop.dll │ │ └── lib │ │ │ ├── net20 │ │ │ ├── System.Data.SQLite.dll │ │ │ ├── System.Data.SQLite.dll.config │ │ │ └── System.Data.SQLite.xml │ │ │ ├── net40 │ │ │ ├── System.Data.SQLite.dll │ │ │ ├── System.Data.SQLite.dll.config │ │ │ └── System.Data.SQLite.xml │ │ │ ├── net45 │ │ │ ├── System.Data.SQLite.dll │ │ │ ├── System.Data.SQLite.dll.config │ │ │ └── System.Data.SQLite.xml │ │ │ ├── net451 │ │ │ ├── System.Data.SQLite.dll │ │ │ ├── System.Data.SQLite.dll.config │ │ │ └── System.Data.SQLite.xml │ │ │ └── net46 │ │ │ ├── System.Data.SQLite.dll │ │ │ ├── System.Data.SQLite.dll.config │ │ │ └── System.Data.SQLite.xml │ ├── WebSocket4Net.0.15.2 │ │ ├── WebSocket4Net.0.15.2.nupkg │ │ └── lib │ │ │ ├── net20 │ │ │ └── WebSocket4Net.dll │ │ │ ├── net35 │ │ │ └── WebSocket4Net.dll │ │ │ ├── net40 │ │ │ └── WebSocket4Net.dll │ │ │ ├── net45 │ │ │ ├── SuperSocket.ClientEngine.dll │ │ │ └── WebSocket4Net.dll │ │ │ └── netstandard1.3 │ │ │ └── WebSocket4Net.dll │ ├── WindowsAPICodePack-Core.1.1.2 │ │ └── lib │ │ │ ├── Microsoft.WindowsAPICodePack.dll │ │ │ └── Microsoft.WindowsAPICodePack.xml │ ├── WindowsAPICodePack-Shell.1.1.1 │ │ └── lib │ │ │ ├── Microsoft.WindowsAPICodePack.Shell.dll │ │ │ └── Microsoft.WindowsAPICodePack.Shell.xml │ ├── WindowsAPICodePack-ShellExtensions.1.1.1 │ │ └── lib │ │ │ ├── Microsoft.WindowsAPICodePack.ShellExtensions.dll │ │ │ └── Microsoft.WindowsAPICodePack.ShellExtensions.xml │ ├── detours │ │ └── x64 │ │ │ ├── ChromeCookieKeyGetter.dll │ │ │ ├── CryptPlugin.dll │ │ │ ├── DetoursDll.dll │ │ │ ├── DetoursNet.dll │ │ │ ├── DetoursNetCLR.dll │ │ │ ├── DetoursNetRuntime.dll │ │ │ └── cryptHook.exe │ ├── libcurl_http23 │ │ ├── libcrypto-81_3.dll │ │ ├── libcurl.dll │ │ ├── libssl-81_3.dll │ │ ├── nghttp2.dll │ │ ├── nghttp3.dll │ │ ├── ngtcp2.dll │ │ └── ngtcp2_crypto_openssl.dll │ ├── protobuf-net.2.4.4 │ │ ├── .signature.p7s │ │ ├── [Content_Types].xml │ │ ├── _rels │ │ │ └── .rels │ │ ├── lib │ │ │ ├── net20 │ │ │ │ ├── protobuf-net.dll │ │ │ │ └── protobuf-net.xml │ │ │ ├── net35 │ │ │ │ ├── protobuf-net.dll │ │ │ │ └── protobuf-net.xml │ │ │ ├── net40 │ │ │ │ ├── protobuf-net.dll │ │ │ │ └── protobuf-net.xml │ │ │ ├── netcoreapp2.1 │ │ │ │ ├── protobuf-net.dll │ │ │ │ └── protobuf-net.xml │ │ │ ├── netstandard1.0 │ │ │ │ ├── protobuf-net.dll │ │ │ │ └── protobuf-net.xml │ │ │ ├── netstandard1.3 │ │ │ │ ├── protobuf-net.dll │ │ │ │ └── protobuf-net.xml │ │ │ ├── netstandard2.0 │ │ │ │ ├── protobuf-net.dll │ │ │ │ └── protobuf-net.xml │ │ │ └── uap10.0 │ │ │ │ ├── protobuf-net.dll │ │ │ │ ├── protobuf-net.pri │ │ │ │ └── protobuf-net.xml │ │ ├── package │ │ │ └── services │ │ │ │ └── metadata │ │ │ │ └── core-properties │ │ │ │ └── f4730617cc1f45d099ec8b2cdbcc0b02.psmdcp │ │ └── protobuf-net.nuspec │ └── repositories.config ├── readme.html └── rokugaTouroku │ ├── Program.cs │ ├── Properties │ └── AssemblyInfo.cs │ ├── app.config │ ├── curl_wrap.dll │ ├── kari.snk │ ├── libcrypto-81_3.dll │ ├── libcurl.dll │ ├── libssl-81_3.dll │ ├── nghttp2.dll │ ├── nghttp3.dll │ ├── ngtcp2.dll │ ├── ngtcp2_crypto_openssl.dll │ ├── packages.config │ ├── rokugaTouroku.OpenCover.Settings │ ├── rokugaTouroku.csproj │ ├── rokugaTouroku.sln │ └── src │ ├── Logger │ └── TraceListener.cs │ ├── config │ └── config.cs │ ├── gui │ ├── MainForm.Designer.cs │ ├── MainForm.cs │ ├── MainForm.resx │ ├── MfaInputForm.Designer.cs │ ├── MfaInputForm.cs │ ├── NicoSessionComboBox2.cs │ ├── QualityForm.Designer.cs │ ├── QualityForm.cs │ ├── QualityForm.resx │ ├── TimeShiftOptionForm.Designer.cs │ ├── TimeShiftOptionForm.cs │ ├── TimeShiftOptionForm.resx │ ├── UpdateForm.Designer.cs │ ├── UpdateForm.cs │ ├── UrlBulkRegistForm.Designer.cs │ ├── UrlBulkRegistForm.cs │ ├── UrlBulkRegistForm.resx │ ├── UrlListSaveForm.Designer.cs │ ├── UrlListSaveForm.cs │ ├── UrlListSaveForm.resx │ ├── VersionForm.Designer.cs │ ├── VersionForm.cs │ ├── VersionForm.resx │ ├── accountForm.Designer.cs │ ├── accountForm.cs │ ├── accountForm.resx │ ├── argOptionForm.Designer.cs │ ├── argOptionForm.cs │ ├── argOptionForm.resx │ ├── fileNameOptionForm.Designer.cs │ ├── fileNameOptionForm.cs │ ├── fileNameOptionForm.resx │ ├── optionForm.Designer.cs │ ├── optionForm.cs │ ├── optionForm.resx │ └── sortableList.cs │ ├── info │ ├── AccountInfo.cs │ ├── RecInfo.cs │ └── TimeShiftConfig.cs │ ├── rec │ ├── CookieGetter.cs │ ├── HosoInfoGetter.cs │ ├── RecDataGetter.cs │ └── RecListManager.cs │ └── util │ ├── Curl.cs │ ├── SourceInfoSerialize.cs │ └── util.cs └── siyou.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/README.md -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/(+.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/(+.ico -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/(+3.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/(+3.ico -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/(check.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/(check.ico -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/(rec.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/(rec.ico -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/(rec3.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/(rec3.ico -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/.editorconfig -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/.nuget/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/.nuget/packages.config -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi.sln -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi.v12.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi.v12.suo -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/Program.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/Properties/Settings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/Properties/Settings.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/Properties/Settings.settings -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/app.config -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/app.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/app.resx -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/curl_wrap.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/curl_wrap.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/kari.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/kari.snk -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/libcrypto-81_3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/libcrypto-81_3.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/libcurl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/libcurl.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/libgcc_s_dw2-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/libgcc_s_dw2-1.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/libssl-81_3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/libssl-81_3.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/libwinpthread-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/libwinpthread-1.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/namaichi.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/namaichi.csproj -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/nghttp2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/nghttp2.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/nghttp3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/nghttp3.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/ngtcp2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/ngtcp2.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/ngtcp2_crypto_openssl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/ngtcp2_crypto_openssl.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/packages.config -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/Logger/TraceListener.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/Logger/TraceListener.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/config/config.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/config/config.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/AikotobaInputForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/AikotobaInputForm.Designer.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/AikotobaInputForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/AikotobaInputForm.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/AikotobaInputForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/AikotobaInputForm.resx -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/DotNetMessageBox.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/DotNetMessageBox.Designer.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/DotNetMessageBox.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/DotNetMessageBox.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/DotNetMessageBox.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/DotNetMessageBox.resx -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/MainForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/MainForm.Designer.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/MainForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/MainForm.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/MainForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/MainForm.resx -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/MfaInputForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/MfaInputForm.Designer.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/MfaInputForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/MfaInputForm.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/MfaInputForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/MfaInputForm.resx -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/NicoSessionComboBox2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/NicoSessionComboBox2.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/RecordLogForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/RecordLogForm.Designer.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/RecordLogForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/RecordLogForm.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/RecordLogForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/RecordLogForm.resx -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/TimeShiftOptionForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/TimeShiftOptionForm.Designer.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/TimeShiftOptionForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/TimeShiftOptionForm.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/TimeShiftOptionForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/TimeShiftOptionForm.resx -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/UpdateForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/UpdateForm.Designer.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/UpdateForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/UpdateForm.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/UpdateForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/UpdateForm.resx -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/VersionForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/VersionForm.Designer.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/VersionForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/VersionForm.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/VersionForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/VersionForm.resx -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/argOptionForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/argOptionForm.Designer.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/argOptionForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/argOptionForm.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/argOptionForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/argOptionForm.resx -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/commentForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/commentForm.Designer.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/commentForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/commentForm.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/commentForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/commentForm.resx -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/defaultFFplayController.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/defaultFFplayController.Designer.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/defaultFFplayController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/defaultFFplayController.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/defaultFFplayController.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/defaultFFplayController.resx -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/fileNameOptionForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/fileNameOptionForm.Designer.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/fileNameOptionForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/fileNameOptionForm.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/fileNameOptionForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/fileNameOptionForm.resx -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/optionForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/optionForm.Designer.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/optionForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/optionForm.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/optionForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/optionForm.resx -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/placeHolderText.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/placeHolderText.Designer.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/placeHolderText.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/placeHolderText.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/placeTextBox5.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/placeTextBox5.Designer.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/gui/placeTextBox5.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/gui/placeTextBox5.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/info/AccountInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/info/AccountInfo.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/info/ChatInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/info/ChatInfo.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/info/M3u8Info.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/info/M3u8Info.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/info/RecordLogInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/info/RecordLogInfo.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/info/RedistInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/info/RedistInfo.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/info/StreamInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/info/StreamInfo.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/info/TimeShiftConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/info/TimeShiftConfig.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/info/WatchingInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/info/WatchingInfo.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/info/numTaskInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/info/numTaskInfo.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/play/CommentPlayerWebSocket.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/play/CommentPlayerWebSocket.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/play/Player.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/play/Player.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/rec/AnotherEngineRecorder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/rec/AnotherEngineRecorder.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/rec/ArgConcat.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/rec/ArgConcat.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/rec/ChannelPlusRecorder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/rec/ChannelPlusRecorder.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/rec/ChaseHokan.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/rec/ChaseHokan.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/rec/ChaseLastRecord.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/rec/ChaseLastRecord.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/rec/CookieGetter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/rec/CookieGetter.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/rec/DeflateDecoder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/rec/DeflateDecoder.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/rec/DliveManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/rec/DliveManager.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/rec/DropSegmentProcess.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/rec/DropSegmentProcess.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/rec/FFMpegConcat.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/rec/FFMpegConcat.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/rec/FFMpegRecord.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/rec/FFMpegRecord.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/rec/FollowCommunity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/rec/FollowCommunity.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/rec/Html5Recorder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/rec/Html5Recorder.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/rec/IRecorderProcess.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/rec/IRecorderProcess.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/rec/ITimeShiftCommentGetter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/rec/ITimeShiftCommentGetter.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/rec/JikkenRecordProcess.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/rec/JikkenRecordProcess.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/rec/JikkenRecorder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/rec/JikkenRecorder.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/rec/MpnCommentGetter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/rec/MpnCommentGetter.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/rec/NotHtml5Recorder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/rec/NotHtml5Recorder.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/rec/OutputTimeShiftTsUrlList.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/rec/OutputTimeShiftTsUrlList.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/rec/Record.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/rec/Record.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/rec/RecordFromUrl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/rec/RecordFromUrl.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/rec/RecordStateSetter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/rec/RecordStateSetter.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/rec/RecordingManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/rec/RecordingManager.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/rec/Reservation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/rec/Reservation.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/rec/RtmpClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/rec/RtmpClient.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/rec/RtmpRecorder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/rec/RtmpRecorder.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/rec/SeleniumRecorder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/rec/SeleniumRecorder.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/rec/ThroughFFMpeg.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/rec/ThroughFFMpeg.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/rec/TimeShiftCommentGetter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/rec/TimeShiftCommentGetter.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/rec/TimeShiftCommentGetter_chPlus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/rec/TimeShiftCommentGetter_chPlus.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/rec/TimeShiftCommentGetter_jikken.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/rec/TimeShiftCommentGetter_jikken.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/rec/TimeShiftCommentGetter_xml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/rec/TimeShiftCommentGetter_xml.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/rec/WebSocketCurl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/rec/WebSocketCurl.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/rec/WebSocketRecorder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/rec/WebSocketRecorder.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/rec/XmlCommentGetter_ontime.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/rec/XmlCommentGetter_ontime.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/util/ArgReader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/util/ArgReader.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/util/Curl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/util/Curl.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/util/ProtoBufCodes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/util/ProtoBufCodes.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/util/RedirectLogin.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/util/RedirectLogin.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/util/RegGetter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/util/RegGetter.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/util/SourceInfoSerialize.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/util/SourceInfoSerialize.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/util/util.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/util/util.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/namaichi/src/util/varint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/namaichi/src/util/varint.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/BouncyCastle.1.8.9/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/BouncyCastle.1.8.9/.signature.p7s -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/BouncyCastle.1.8.9/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/BouncyCastle.1.8.9/README.md -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/BouncyCastle.1.8.9/lib/BouncyCastle.Crypto.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/BouncyCastle.1.8.9/lib/BouncyCastle.Crypto.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/Microsoft.Web.Xdt.2.1.1/Microsoft.Web.Xdt.2.1.1.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/Microsoft.Web.Xdt.2.1.1/Microsoft.Web.Xdt.2.1.1.nupkg -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/Microsoft.Web.Xdt.2.1.1/lib/net40/Microsoft.Web.XmlTransform.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/Microsoft.Web.Xdt.2.1.1/lib/net40/Microsoft.Web.XmlTransform.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/NAudio.1.8.5/lib/net35/NAudio.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/NAudio.1.8.5/lib/net35/NAudio.XML -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/NAudio.1.8.5/lib/net35/NAudio.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/NAudio.1.8.5/lib/net35/NAudio.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/NAudio.1.8.5/lib/uap10.0/NAudio.Universal.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/NAudio.1.8.5/lib/uap10.0/NAudio.Universal.XML -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/NAudio.1.8.5/lib/uap10.0/NAudio.Universal.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/NAudio.1.8.5/lib/uap10.0/NAudio.Universal.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/NAudio.1.8.5/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/NAudio.1.8.5/license.txt -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/Newtonsoft.Json.9.0.1/Newtonsoft.Json.9.0.1.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/Newtonsoft.Json.9.0.1/Newtonsoft.Json.9.0.1.nupkg -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/Newtonsoft.Json.9.0.1/lib/net20/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/Newtonsoft.Json.9.0.1/lib/net20/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/Newtonsoft.Json.9.0.1/lib/net20/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/Newtonsoft.Json.9.0.1/lib/net20/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/Newtonsoft.Json.9.0.1/lib/net35/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/Newtonsoft.Json.9.0.1/lib/net35/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/Newtonsoft.Json.9.0.1/lib/net35/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/Newtonsoft.Json.9.0.1/lib/net35/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/Newtonsoft.Json.9.0.1/lib/net40/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/Newtonsoft.Json.9.0.1/lib/net40/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/Newtonsoft.Json.9.0.1/lib/net40/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/Newtonsoft.Json.9.0.1/lib/net40/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/Newtonsoft.Json.9.0.1/lib/net45/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/Newtonsoft.Json.9.0.1/lib/net45/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/Newtonsoft.Json.9.0.1/lib/net45/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/Newtonsoft.Json.9.0.1/lib/net45/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/Newtonsoft.Json.9.0.1/lib/netstandard1.0/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/Newtonsoft.Json.9.0.1/lib/netstandard1.0/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/Newtonsoft.Json.9.0.1/lib/netstandard1.0/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/Newtonsoft.Json.9.0.1/lib/netstandard1.0/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/Newtonsoft.Json.9.0.1/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/Newtonsoft.Json.9.0.1/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/Newtonsoft.Json.9.0.1/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/Newtonsoft.Json.9.0.1/lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/Newtonsoft.Json.9.0.1/lib/portable-net45+wp80+win8+wpa81/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/Newtonsoft.Json.9.0.1/lib/portable-net45+wp80+win8+wpa81/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/Newtonsoft.Json.9.0.1/lib/portable-net45+wp80+win8+wpa81/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/Newtonsoft.Json.9.0.1/lib/portable-net45+wp80+win8+wpa81/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/Newtonsoft.Json.9.0.1/tools/install.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/Newtonsoft.Json.9.0.1/tools/install.ps1 -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/NuGet.Build.2.12.0/NuGet.Build.2.12.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/NuGet.Build.2.12.0/NuGet.Build.2.12.0.nupkg -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/NuGet.Build.2.12.0/tools/NuGet.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/NuGet.Build.2.12.0/tools/NuGet.targets -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/NuGet.Client.4.2.0/NuGet.Client.4.2.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/NuGet.Client.4.2.0/NuGet.Client.4.2.0.nupkg -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/NuGet.Client.4.2.0/lib/net45/NuGet.Client.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/NuGet.Client.4.2.0/lib/net45/NuGet.Client.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/NuGet.Client.4.2.0/lib/net45/NuGet.Client.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/NuGet.Client.4.2.0/lib/net45/NuGet.Client.xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/NuGet.Client.4.2.0/lib/netstandard1.3/NuGet.Client.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/NuGet.Client.4.2.0/lib/netstandard1.3/NuGet.Client.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/NuGet.Client.4.2.0/lib/netstandard1.3/NuGet.Client.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/NuGet.Client.4.2.0/lib/netstandard1.3/NuGet.Client.xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/NuGet.CommandLine.1.0.11220.26/NuGet.CommandLine.1.0.11220.26.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/NuGet.CommandLine.1.0.11220.26/NuGet.CommandLine.1.0.11220.26.nupkg -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/NuGet.CommandLine.1.0.11220.26/Tools/NuGet.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/NuGet.CommandLine.1.0.11220.26/Tools/NuGet.exe -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/NuGet.Common.4.6.2/NuGet.Common.4.6.2.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/NuGet.Common.4.6.2/NuGet.Common.4.6.2.nupkg -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/NuGet.Common.4.6.2/lib/net46/NuGet.Common.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/NuGet.Common.4.6.2/lib/net46/NuGet.Common.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/NuGet.Common.4.6.2/lib/net46/NuGet.Common.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/NuGet.Common.4.6.2/lib/net46/NuGet.Common.xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/NuGet.Common.4.6.2/lib/netstandard1.3/NuGet.Common.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/NuGet.Common.4.6.2/lib/netstandard1.3/NuGet.Common.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/NuGet.Common.4.6.2/lib/netstandard1.3/NuGet.Common.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/NuGet.Common.4.6.2/lib/netstandard1.3/NuGet.Common.xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/NuGet.Frameworks.4.6.2/NuGet.Frameworks.4.6.2.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/NuGet.Frameworks.4.6.2/NuGet.Frameworks.4.6.2.nupkg -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/NuGet.Frameworks.4.6.2/lib/net40/NuGet.Frameworks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/NuGet.Frameworks.4.6.2/lib/net40/NuGet.Frameworks.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/NuGet.Frameworks.4.6.2/lib/net40/NuGet.Frameworks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/NuGet.Frameworks.4.6.2/lib/net40/NuGet.Frameworks.xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/NuGet.Frameworks.4.6.2/lib/net46/NuGet.Frameworks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/NuGet.Frameworks.4.6.2/lib/net46/NuGet.Frameworks.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/NuGet.Frameworks.4.6.2/lib/net46/NuGet.Frameworks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/NuGet.Frameworks.4.6.2/lib/net46/NuGet.Frameworks.xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/NuGet.Frameworks.4.6.2/lib/netstandard1.3/NuGet.Frameworks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/NuGet.Frameworks.4.6.2/lib/netstandard1.3/NuGet.Frameworks.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/NuGet.Frameworks.4.6.2/lib/netstandard1.3/NuGet.Frameworks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/NuGet.Frameworks.4.6.2/lib/netstandard1.3/NuGet.Frameworks.xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/RtmpSharp2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/RtmpSharp2.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.0.0/build/net40/Deploy.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.0.0/build/net40/Deploy.targets -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.0.0/build/net40/SnkLib.App.CookieGetter.LibChecker.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.0.0/build/net40/SnkLib.App.CookieGetter.LibChecker.exe -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.0.0/build/net40/SnkLib.App.CookieGetter.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.0.0/build/net40/SnkLib.App.CookieGetter.targets -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.0.0/build/net40/x86/SnkLib.App.CookieGetter.x86Proxy.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.0.0/build/net40/x86/SnkLib.App.CookieGetter.x86Proxy.exe -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.0.0/build/net45/Deploy.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.0.0/build/net45/Deploy.targets -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.0.0/build/net45/SnkLib.App.CookieGetter.LibChecker.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.0.0/build/net45/SnkLib.App.CookieGetter.LibChecker.exe -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.0.0/build/net45/SnkLib.App.CookieGetter.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.0.0/build/net45/SnkLib.App.CookieGetter.targets -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.0.0/build/net45/x86/SnkLib.App.CookieGetter.x86Proxy.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.0.0/build/net45/x86/SnkLib.App.CookieGetter.x86Proxy.exe -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.0.0/lib/net40/SnkLib.App.CookieGetter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.0.0/lib/net40/SnkLib.App.CookieGetter.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.0.0/lib/net40/SnkLib.App.CookieGetter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.0.0/lib/net40/SnkLib.App.CookieGetter.xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.0.0/lib/net45/SnkLib.App.CookieGetter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.0.0/lib/net45/SnkLib.App.CookieGetter.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.0.0/lib/net45/SnkLib.App.CookieGetter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.0.0/lib/net45/SnkLib.App.CookieGetter.xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.2.0/build/net40/Deploy.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.2.0/build/net40/Deploy.targets -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.2.0/build/net40/SnkLib.App.CookieGetter.LibChecker.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.2.0/build/net40/SnkLib.App.CookieGetter.LibChecker.exe -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.2.0/build/net40/SnkLib.App.CookieGetter.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.2.0/build/net40/SnkLib.App.CookieGetter.targets -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.2.0/build/net45/Deploy.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.2.0/build/net45/Deploy.targets -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.2.0/build/net45/SnkLib.App.CookieGetter.LibChecker.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.2.0/build/net45/SnkLib.App.CookieGetter.LibChecker.exe -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.2.0/build/net45/SnkLib.App.CookieGetter.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.2.0/build/net45/SnkLib.App.CookieGetter.targets -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.2.0/lib/net40/SnkLib.App.CookieGetter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.2.0/lib/net40/SnkLib.App.CookieGetter.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.2.0/lib/net40/SnkLib.App.CookieGetter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.2.0/lib/net40/SnkLib.App.CookieGetter.xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.2.0/lib/net45/SnkLib.App.CookieGetter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.2.0/lib/net45/SnkLib.App.CookieGetter.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.2.0/lib/net45/SnkLib.App.CookieGetter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.2.0/lib/net45/SnkLib.App.CookieGetter.xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.4.0/build/net40/Deploy.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.4.0/build/net40/Deploy.targets -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.4.0/build/net40/SnkLib.App.CookieGetter.LibChecker.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.4.0/build/net40/SnkLib.App.CookieGetter.LibChecker.exe -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.4.0/build/net40/SnkLib.App.CookieGetter.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.4.0/build/net40/SnkLib.App.CookieGetter.targets -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.4.0/build/net45/Deploy.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.4.0/build/net45/Deploy.targets -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.4.0/build/net45/SnkLib.App.CookieGetter.LibChecker.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.4.0/build/net45/SnkLib.App.CookieGetter.LibChecker.exe -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.4.0/build/net45/SnkLib.App.CookieGetter.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.4.0/build/net45/SnkLib.App.CookieGetter.targets -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.4.0/lib/net40/SnkLib.App.CookieGetter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.4.0/lib/net40/SnkLib.App.CookieGetter.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.4.0/lib/net40/SnkLib.App.CookieGetter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.4.0/lib/net40/SnkLib.App.CookieGetter.xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.4.0/lib/net45/SnkLib.App.CookieGetter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.4.0/lib/net45/SnkLib.App.CookieGetter.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.4.0/lib/net45/SnkLib.App.CookieGetter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.2.4.4.0/lib/net45/SnkLib.App.CookieGetter.xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.Forms.1.4.1.0/lib/net40/SnkLib.App.CookieGetter.Forms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.Forms.1.4.1.0/lib/net40/SnkLib.App.CookieGetter.Forms.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.Forms.1.4.1.0/lib/net40/SnkLib.App.CookieGetter.Forms.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.Forms.1.4.1.0/lib/net40/SnkLib.App.CookieGetter.Forms.xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.Forms.1.4.1.0/lib/net45/SnkLib.App.CookieGetter.Forms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.Forms.1.4.1.0/lib/net45/SnkLib.App.CookieGetter.Forms.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.Forms.1.4.1.0/lib/net45/SnkLib.App.CookieGetter.Forms.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.Forms.1.4.1.0/lib/net45/SnkLib.App.CookieGetter.Forms.xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.Forms.1.4.3.0/lib/net40/SnkLib.App.CookieGetter.Forms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.Forms.1.4.3.0/lib/net40/SnkLib.App.CookieGetter.Forms.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.Forms.1.4.3.0/lib/net40/SnkLib.App.CookieGetter.Forms.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.Forms.1.4.3.0/lib/net40/SnkLib.App.CookieGetter.Forms.xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.Forms.1.4.3.0/lib/net45/SnkLib.App.CookieGetter.Forms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.Forms.1.4.3.0/lib/net45/SnkLib.App.CookieGetter.Forms.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.Forms.1.4.3.0/lib/net45/SnkLib.App.CookieGetter.Forms.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.Forms.1.4.3.0/lib/net45/SnkLib.App.CookieGetter.Forms.xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.Forms.1.4.3.0/package/services/metadata/core-properties/fb92d0547bd643ebb6d64cf495002a98.psmdcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SnkLib.App.CookieGetter.Forms.1.4.3.0/package/services/metadata/core-properties/fb92d0547bd643ebb6d64cf495002a98.psmdcp -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SuperSocket.ClientEngine.Core.0.10.0/SuperSocket.ClientEngine.Core.0.10.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SuperSocket.ClientEngine.Core.0.10.0/SuperSocket.ClientEngine.Core.0.10.0.nupkg -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SuperSocket.ClientEngine.Core.0.10.0/lib/net20/SuperSocket.ClientEngine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SuperSocket.ClientEngine.Core.0.10.0/lib/net20/SuperSocket.ClientEngine.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SuperSocket.ClientEngine.Core.0.10.0/lib/net35-client/SuperSocket.ClientEngine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SuperSocket.ClientEngine.Core.0.10.0/lib/net35-client/SuperSocket.ClientEngine.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SuperSocket.ClientEngine.Core.0.10.0/lib/net40-client/SuperSocket.ClientEngine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SuperSocket.ClientEngine.Core.0.10.0/lib/net40-client/SuperSocket.ClientEngine.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SuperSocket.ClientEngine.Core.0.10.0/lib/net45/SuperSocket.ClientEngine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SuperSocket.ClientEngine.Core.0.10.0/lib/net45/SuperSocket.ClientEngine.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SuperSocket.ClientEngine.Core.0.10.0/lib/netstandard1.3/SuperSocket.ClientEngine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SuperSocket.ClientEngine.Core.0.10.0/lib/netstandard1.3/SuperSocket.ClientEngine.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/SuperSocket.ClientEngine.Core.0.10.0/lib/sl50/SuperSocket.ClientEngine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/SuperSocket.ClientEngine.Core.0.10.0/lib/sl50/SuperSocket.ClientEngine.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/System.Data.SQLite.Core.1.0.108.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/System.Data.SQLite.Core.1.0.108.0.nupkg -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/build/net20/System.Data.SQLite.Core.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/build/net20/System.Data.SQLite.Core.targets -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/build/net20/x64/SQLite.Interop.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/build/net20/x64/SQLite.Interop.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/build/net20/x86/SQLite.Interop.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/build/net20/x86/SQLite.Interop.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/build/net40/System.Data.SQLite.Core.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/build/net40/System.Data.SQLite.Core.targets -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/build/net40/x64/SQLite.Interop.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/build/net40/x64/SQLite.Interop.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/build/net40/x86/SQLite.Interop.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/build/net40/x86/SQLite.Interop.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/build/net45/System.Data.SQLite.Core.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/build/net45/System.Data.SQLite.Core.targets -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/build/net45/x64/SQLite.Interop.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/build/net45/x64/SQLite.Interop.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/build/net45/x86/SQLite.Interop.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/build/net45/x86/SQLite.Interop.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/build/net451/System.Data.SQLite.Core.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/build/net451/System.Data.SQLite.Core.targets -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/build/net451/x64/SQLite.Interop.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/build/net451/x64/SQLite.Interop.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/build/net451/x86/SQLite.Interop.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/build/net451/x86/SQLite.Interop.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/build/net46/System.Data.SQLite.Core.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/build/net46/System.Data.SQLite.Core.targets -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/build/net46/x64/SQLite.Interop.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/build/net46/x64/SQLite.Interop.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/build/net46/x86/SQLite.Interop.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/build/net46/x86/SQLite.Interop.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/lib/net20/System.Data.SQLite.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/lib/net20/System.Data.SQLite.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/lib/net20/System.Data.SQLite.dll.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/lib/net20/System.Data.SQLite.dll.config -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/lib/net20/System.Data.SQLite.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/lib/net20/System.Data.SQLite.xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/lib/net40/System.Data.SQLite.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/lib/net40/System.Data.SQLite.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/lib/net40/System.Data.SQLite.dll.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/lib/net40/System.Data.SQLite.dll.config -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/lib/net40/System.Data.SQLite.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/lib/net40/System.Data.SQLite.xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/lib/net45/System.Data.SQLite.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/lib/net45/System.Data.SQLite.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/lib/net45/System.Data.SQLite.dll.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/lib/net45/System.Data.SQLite.dll.config -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/lib/net45/System.Data.SQLite.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/lib/net45/System.Data.SQLite.xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/lib/net451/System.Data.SQLite.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/lib/net451/System.Data.SQLite.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/lib/net451/System.Data.SQLite.dll.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/lib/net451/System.Data.SQLite.dll.config -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/lib/net451/System.Data.SQLite.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/lib/net451/System.Data.SQLite.xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/lib/net46/System.Data.SQLite.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/lib/net46/System.Data.SQLite.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/lib/net46/System.Data.SQLite.dll.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/lib/net46/System.Data.SQLite.dll.config -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/lib/net46/System.Data.SQLite.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/System.Data.SQLite.Core.1.0.108.0/lib/net46/System.Data.SQLite.xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/WebSocket4Net.0.15.2/WebSocket4Net.0.15.2.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/WebSocket4Net.0.15.2/WebSocket4Net.0.15.2.nupkg -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/WebSocket4Net.0.15.2/lib/net20/WebSocket4Net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/WebSocket4Net.0.15.2/lib/net20/WebSocket4Net.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/WebSocket4Net.0.15.2/lib/net35/WebSocket4Net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/WebSocket4Net.0.15.2/lib/net35/WebSocket4Net.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/WebSocket4Net.0.15.2/lib/net40/WebSocket4Net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/WebSocket4Net.0.15.2/lib/net40/WebSocket4Net.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/WebSocket4Net.0.15.2/lib/net45/SuperSocket.ClientEngine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/WebSocket4Net.0.15.2/lib/net45/SuperSocket.ClientEngine.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/WebSocket4Net.0.15.2/lib/net45/WebSocket4Net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/WebSocket4Net.0.15.2/lib/net45/WebSocket4Net.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/WebSocket4Net.0.15.2/lib/netstandard1.3/WebSocket4Net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/WebSocket4Net.0.15.2/lib/netstandard1.3/WebSocket4Net.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/WindowsAPICodePack-Core.1.1.2/lib/Microsoft.WindowsAPICodePack.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/WindowsAPICodePack-Core.1.1.2/lib/Microsoft.WindowsAPICodePack.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/WindowsAPICodePack-Core.1.1.2/lib/Microsoft.WindowsAPICodePack.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/WindowsAPICodePack-Core.1.1.2/lib/Microsoft.WindowsAPICodePack.xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/WindowsAPICodePack-Shell.1.1.1/lib/Microsoft.WindowsAPICodePack.Shell.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/WindowsAPICodePack-Shell.1.1.1/lib/Microsoft.WindowsAPICodePack.Shell.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/WindowsAPICodePack-Shell.1.1.1/lib/Microsoft.WindowsAPICodePack.Shell.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/WindowsAPICodePack-Shell.1.1.1/lib/Microsoft.WindowsAPICodePack.Shell.xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/WindowsAPICodePack-ShellExtensions.1.1.1/lib/Microsoft.WindowsAPICodePack.ShellExtensions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/WindowsAPICodePack-ShellExtensions.1.1.1/lib/Microsoft.WindowsAPICodePack.ShellExtensions.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/WindowsAPICodePack-ShellExtensions.1.1.1/lib/Microsoft.WindowsAPICodePack.ShellExtensions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/WindowsAPICodePack-ShellExtensions.1.1.1/lib/Microsoft.WindowsAPICodePack.ShellExtensions.xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/detours/x64/ChromeCookieKeyGetter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/detours/x64/ChromeCookieKeyGetter.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/detours/x64/CryptPlugin.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/detours/x64/CryptPlugin.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/detours/x64/DetoursDll.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/detours/x64/DetoursDll.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/detours/x64/DetoursNet.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/detours/x64/DetoursNet.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/detours/x64/DetoursNetCLR.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/detours/x64/DetoursNetCLR.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/detours/x64/DetoursNetRuntime.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/detours/x64/DetoursNetRuntime.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/detours/x64/cryptHook.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/detours/x64/cryptHook.exe -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/libcurl_http23/libcrypto-81_3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/libcurl_http23/libcrypto-81_3.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/libcurl_http23/libcurl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/libcurl_http23/libcurl.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/libcurl_http23/libssl-81_3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/libcurl_http23/libssl-81_3.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/libcurl_http23/nghttp2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/libcurl_http23/nghttp2.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/libcurl_http23/nghttp3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/libcurl_http23/nghttp3.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/libcurl_http23/ngtcp2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/libcurl_http23/ngtcp2.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/libcurl_http23/ngtcp2_crypto_openssl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/libcurl_http23/ngtcp2_crypto_openssl.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/.signature.p7s -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/[Content_Types].xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/[Content_Types].xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/_rels/.rels: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/_rels/.rels -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/lib/net20/protobuf-net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/lib/net20/protobuf-net.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/lib/net20/protobuf-net.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/lib/net20/protobuf-net.xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/lib/net35/protobuf-net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/lib/net35/protobuf-net.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/lib/net35/protobuf-net.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/lib/net35/protobuf-net.xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/lib/net40/protobuf-net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/lib/net40/protobuf-net.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/lib/net40/protobuf-net.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/lib/net40/protobuf-net.xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/lib/netcoreapp2.1/protobuf-net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/lib/netcoreapp2.1/protobuf-net.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/lib/netcoreapp2.1/protobuf-net.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/lib/netcoreapp2.1/protobuf-net.xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/lib/netstandard1.0/protobuf-net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/lib/netstandard1.0/protobuf-net.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/lib/netstandard1.0/protobuf-net.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/lib/netstandard1.0/protobuf-net.xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/lib/netstandard1.3/protobuf-net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/lib/netstandard1.3/protobuf-net.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/lib/netstandard1.3/protobuf-net.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/lib/netstandard1.3/protobuf-net.xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/lib/netstandard2.0/protobuf-net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/lib/netstandard2.0/protobuf-net.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/lib/netstandard2.0/protobuf-net.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/lib/netstandard2.0/protobuf-net.xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/lib/uap10.0/protobuf-net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/lib/uap10.0/protobuf-net.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/lib/uap10.0/protobuf-net.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/lib/uap10.0/protobuf-net.pri -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/lib/uap10.0/protobuf-net.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/lib/uap10.0/protobuf-net.xml -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/package/services/metadata/core-properties/f4730617cc1f45d099ec8b2cdbcc0b02.psmdcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/package/services/metadata/core-properties/f4730617cc1f45d099ec8b2cdbcc0b02.psmdcp -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/protobuf-net.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/protobuf-net.2.4.4/protobuf-net.nuspec -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/packages/repositories.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/packages/repositories.config -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/readme.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/readme.html -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/Program.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/app.config -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/curl_wrap.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/curl_wrap.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/kari.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/kari.snk -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/libcrypto-81_3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/libcrypto-81_3.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/libcurl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/libcurl.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/libssl-81_3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/libssl-81_3.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/nghttp2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/nghttp2.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/nghttp3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/nghttp3.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/ngtcp2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/ngtcp2.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/ngtcp2_crypto_openssl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/ngtcp2_crypto_openssl.dll -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/packages.config -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/rokugaTouroku.OpenCover.Settings: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/rokugaTouroku.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/rokugaTouroku.csproj -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/rokugaTouroku.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/rokugaTouroku.sln -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/Logger/TraceListener.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/Logger/TraceListener.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/config/config.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/config/config.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/MainForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/MainForm.Designer.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/MainForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/MainForm.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/MainForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/MainForm.resx -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/MfaInputForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/MfaInputForm.Designer.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/MfaInputForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/MfaInputForm.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/NicoSessionComboBox2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/NicoSessionComboBox2.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/QualityForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/QualityForm.Designer.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/QualityForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/QualityForm.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/QualityForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/QualityForm.resx -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/TimeShiftOptionForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/TimeShiftOptionForm.Designer.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/TimeShiftOptionForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/TimeShiftOptionForm.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/TimeShiftOptionForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/TimeShiftOptionForm.resx -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/UpdateForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/UpdateForm.Designer.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/UpdateForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/UpdateForm.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/UrlBulkRegistForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/UrlBulkRegistForm.Designer.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/UrlBulkRegistForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/UrlBulkRegistForm.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/UrlBulkRegistForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/UrlBulkRegistForm.resx -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/UrlListSaveForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/UrlListSaveForm.Designer.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/UrlListSaveForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/UrlListSaveForm.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/UrlListSaveForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/UrlListSaveForm.resx -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/VersionForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/VersionForm.Designer.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/VersionForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/VersionForm.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/VersionForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/VersionForm.resx -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/accountForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/accountForm.Designer.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/accountForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/accountForm.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/accountForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/accountForm.resx -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/argOptionForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/argOptionForm.Designer.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/argOptionForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/argOptionForm.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/argOptionForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/argOptionForm.resx -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/fileNameOptionForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/fileNameOptionForm.Designer.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/fileNameOptionForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/fileNameOptionForm.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/fileNameOptionForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/fileNameOptionForm.resx -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/optionForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/optionForm.Designer.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/optionForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/optionForm.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/optionForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/optionForm.resx -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/sortableList.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/gui/sortableList.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/info/AccountInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/info/AccountInfo.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/info/RecInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/info/RecInfo.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/info/TimeShiftConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/info/TimeShiftConfig.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/rec/CookieGetter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/rec/CookieGetter.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/rec/HosoInfoGetter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/rec/HosoInfoGetter.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/rec/RecDataGetter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/rec/RecDataGetter.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/rec/RecListManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/rec/RecListManager.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/util/Curl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/util/Curl.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/util/SourceInfoSerialize.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/util/SourceInfoSerialize.cs -------------------------------------------------------------------------------- /nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/util/util.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/nicoNewStreamRecorderKakkoKari/rokugaTouroku/src/util/util.cs -------------------------------------------------------------------------------- /siyou.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guest-nico/nicoNewStreamRecorderKakkoKari/HEAD/siyou.md --------------------------------------------------------------------------------