Block or Report
Block or report a-sync
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
game-server-watcher Public
A simple discord/telegram bot that can be hosted on a free service to monitor your game servers and players in style
😎 HTML 6
-
arma3pregen Public
Customizable Arma 3 Launcher preset files generated client side from a list of steam workshop IDs.
JavaScript 1
-
audio-router Public
Forked from audiorouterdev/audio-router
Routes audio from programs to different audio devices on windows. (community updates)
-
1
@echo off
2title radio1-downloader @ https://gist.github.com/a-sync34powershell -NoProfile -ExecutionPolicy Unrestricted -Command "[System.Net.ServicePointManager]::SecurityProtocol=[System.Net.SecurityProtocolType]::Tls12;[System.Net.WebRequest]::DefaultWebProxy.Credentials=[System.Net.CredentialCache]::DefaultCredentials;$Url=Read-Host -Prompt 'radio1.hu URL';$wc=New-Object System.Net.WebClient;$wc.Encoding=[System.Text.Encoding]::UTF8;$Links=$wc.DownloadString($Url.Trim())|Select-String -Pattern '<audio data-artist=\""(.*?)\"" data-title=\""(.*?)\"".*?>\n.*?<source src=\""(.*?)\"" type=\""audio/mp3\"">' -AllMatches;Foreach($i in $Links.Matches){$Name=\""$($i.Groups[1].Value) $($i.Groups[2].Value)\"".Split([IO.Path]::GetInvalidFileNameChars()) -join '_';Write-Host $Name;$wc.Headers.Add('Referer','https://www.radio1.hu');$wc.DownloadFile(\""https://www.radio1.hu$($i.Groups[3].Value)\"",\""$Name.mp3\"")}"
732 contributions in the last year
Activity overview
Contributed to
a-sync/game-server-watcher,
a-sync/ocap-stats,
a-sync/arma3pregen
and 16 other
repositories
Contribution activity
June 2022
Created 46 commits in 5 repositories
Created 1 repository
36
contributions
in private repositories
Jun 2 – Jun 17

