Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
NHKゴガクサイトURL変更に対応
Browse files Browse the repository at this point in the history
  • Loading branch information
CSReviser authored and CSReviser committed Feb 23, 2023
1 parent dbc411a commit bba61ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion downloadthread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
#define DebugLog(s) if ( ui->toolButton_detailed_message->isChecked() ) {emit information((s));}

//--------------------------------------------------------------------------------
QString DownloadThread::prefix = "https://www2.nhk.or.jp/gogaku/st/xml/";
QString DownloadThread::prefix = "https://www.nhk.or.jp/gogaku/st/xml/";
QString DownloadThread::suffix = "listdataflv.xml";
QString DownloadThread::json_prefix = "https://www.nhk.or.jp/radioondemand/json/";

Expand Down
2 changes: 1 addition & 1 deletion mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ namespace {
// int day = regexp.cap( 2 ).toInt();
// result = QString( " (%1/%2/%3)" ).arg( regexp.cap( 3 ) )
// .arg( month, 2, 10, QLatin1Char( '0' ) ).arg( day, 2, 10, QLatin1Char( '0' ) );
result = QString( " (2023/01/23)" );
result = QString( " (2023/02/23)" );
}
return result;
}
Expand Down

0 comments on commit bba61ca

Please sign in to comment.