YouTube の自動同期 (#314) (#340)

#314

#314

#314

#314

#314

Co-authored-by: miteruzo <miteruzo@naver.com>
Reviewed-on: #340
This commit was merged in pull request #340.
This commit is contained in:
2026-05-02 17:56:14 +09:00
parent fcd3b87b2a
commit 5002859fc8
10 changed files with 846 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
namespace :post do
desc '投稿同期(ニコニコ以外)'
task sync: :environment do
Youtube::Sync.new.sync!
end
end