From a56e4054336af259da67a1c0d461612c2052f44b Mon Sep 17 00:00:00 2001 From: Yehyeok Bang <107793780+YehyeokBang@users.noreply.github.com> Date: Sun, 24 Nov 2024 17:10:32 +0900 Subject: [PATCH] Update auto-crawling-actions.yml --- .github/workflows/auto-crawling-actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto-crawling-actions.yml b/.github/workflows/auto-crawling-actions.yml index b1c1b0e..284be52 100644 --- a/.github/workflows/auto-crawling-actions.yml +++ b/.github/workflows/auto-crawling-actions.yml @@ -23,6 +23,7 @@ jobs: run: | python -m pip install --upgrade pip pip install requests pymysql + pip install cryptography - name: Run script run: python youtube_video_crawler.py