We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
아래 화면에 에브리타임 강의실 링크가 필요해요.
에브리타임 강의실 링크는 https://everytime.kr/lecture/view/``lectureId 로 구성되어 있어요. lectureId는 이미 크롤링하여 DB에 저장된 상태에요. subject 테이블의 everytime_lecture_id 필드에 lectureId만 저장했어요. 링크의 접두어인 https://everytime.kr/lecture/view/ 함께 응답으로 전달해야 해요.
https://everytime.kr/lecture/view/``lectureId
https://everytime.kr/lecture/view/
The text was updated successfully, but these errors were encountered:
3Juhwan
Successfully merging a pull request may close this issue.
작업할 내용
아래 화면에 에브리타임 강의실 링크가 필요해요.
에브리타임 강의실 링크는
https://everytime.kr/lecture/view/``lectureId
로 구성되어 있어요.lectureId는 이미 크롤링하여 DB에 저장된 상태에요. subject 테이블의 everytime_lecture_id 필드에 lectureId만 저장했어요.
링크의 접두어인
https://everytime.kr/lecture/view/
함께 응답으로 전달해야 해요.The text was updated successfully, but these errors were encountered: