Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
d5edbc058c
|
|||
|
f70498afce
|
|||
|
|
a3f16aa6f2 | ||
|
982f857640
|
|||
|
|
0597c90144 |
@@ -39,7 +39,7 @@ global UpdateVersionNumber
|
|||||||
#Include %A_ScriptDir%\Lib\Freedomain-Posters-Shared-Functions\JSON.ahk
|
#Include %A_ScriptDir%\Lib\Freedomain-Posters-Shared-Functions\JSON.ahk
|
||||||
#Include %A_ScriptDir%\Lib\Freedomain-Posters-Shared-Functions\RunCMD.ahk
|
#Include %A_ScriptDir%\Lib\Freedomain-Posters-Shared-Functions\RunCMD.ahk
|
||||||
#Include %A_ScriptDir%\Lib\Freedomain-Posters-Shared-Functions\Zip.ahk
|
#Include %A_ScriptDir%\Lib\Freedomain-Posters-Shared-Functions\Zip.ahk
|
||||||
|
#Include %A_ScriptDir%\Lib\Freedomain-Posters-Shared-Functions\URLDownloadToVar.ahk
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -122,7 +122,7 @@ ScriptSettingsSection := "SocialMediaPoster"
|
|||||||
|
|
||||||
|
|
||||||
FileInstall, Version.ini, %A_ScriptDir%\Lib\Version.ini, 1
|
FileInstall, Version.ini, %A_ScriptDir%\Lib\Version.ini, 1
|
||||||
IniRead, ScriptVersion, %A_ScriptDir%\Lib\Version.ini,Social-Media-Poster, Version, 0.0 ; , Key [, Default]
|
IniRead, ScriptVersion, %A_ScriptDir%\Lib\Version.ini,Social-Media-Poster, Version, 0.0
|
||||||
ScriptName = Freedomain Social Media Poster
|
ScriptName = Freedomain Social Media Poster
|
||||||
FullScriptName := ScriptName . " " . ScriptVersion
|
FullScriptName := ScriptName . " " . ScriptVersion
|
||||||
|
|
||||||
@@ -272,7 +272,7 @@ if(StrLen(ErrorLoggingDirectory) > 5 and !InStr(ErrorLoggingDirectory, ".exe")){
|
|||||||
VideoURL := BitChuteURL
|
VideoURL := BitChuteURL
|
||||||
|
|
||||||
if(PodcastNumber != ""){
|
if(PodcastNumber != ""){
|
||||||
PodcastURL := "https://fdrpodcasts.com/" . PodcastNumber . "`n"
|
PodcastURL := "https://fdrpodcasts.com/" . PodcastNumber . "`n`n"
|
||||||
}
|
}
|
||||||
|
|
||||||
; Append bitchute url to bottom of description
|
; Append bitchute url to bottom of description
|
||||||
@@ -306,7 +306,7 @@ if(StrLen(ErrorLoggingDirectory) > 5 and !InStr(ErrorLoggingDirectory, ".exe")){
|
|||||||
(Telegram != "")?(TelegramCheckStatus := 0) : (TelegramCheckStatus := 1)
|
(Telegram != "")?(TelegramCheckStatus := 0) : (TelegramCheckStatus := 1)
|
||||||
(Minds != "")?(MindsCheckStatus := 0) : (MindsCheckStatus := 1)
|
(Minds != "")?(MindsCheckStatus := 0) : (MindsCheckStatus := 1)
|
||||||
(Gab != "")?(GabCheckStatus := 0) : (GabCheckStatus := 1)
|
(Gab != "")?(GabCheckStatus := 0) : (GabCheckStatus := 1)
|
||||||
(MeWe != "")?(MeWeCheckStatus := 0) : (MeWeCheckStatus := 0) ; UNCHECKED ALWAYS as of 2022/04/08
|
(MeWe != "")?(MeWeCheckStatus := 0) : (MeWeCheckStatus := 1)
|
||||||
(Gettr != "")?(GettrCheckStatus := 0) : (GettrCheckStatus := 0)
|
(Gettr != "")?(GettrCheckStatus := 0) : (GettrCheckStatus := 0)
|
||||||
(Steemit != "")?(SteemitCheckStatus := 0) : (SteemitCheckStatus := 1)
|
(Steemit != "")?(SteemitCheckStatus := 0) : (SteemitCheckStatus := 1)
|
||||||
(Locals != "")?(LocalsCheckStatus := 0) : (LocalsCheckStatus := 1)
|
(Locals != "")?(LocalsCheckStatus := 0) : (LocalsCheckStatus := 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user