Skip to content
New issue

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

타이틀에 ); 이 들어가 있는 경우가 있습니다. #4

Closed
soju6jan opened this issue Apr 18, 2018 · 2 comments
Closed

타이틀에 ); 이 들어가 있는 경우가 있습니다. #4

soju6jan opened this issue Apr 18, 2018 · 2 comments

Comments

@soju6jan
Copy link

작은 신의 아이들 메타가 안 떠서 봤더니 에피소드 타이틀에 ); 이 들어가 있네요 ;;;;
예) "title" : "초혼(招魂); 죽은 자를 '부르다'",
"title" : "무령(巫鈴); 방울이 '울다'",

] 넣어서 하면 불러오긴 하는데 아름답지가 않네요 ㅋ
match = Regex('MoreView.init(\d+, (.*?)]);', Regex.DOTALL).search(episodepage.content)
episode_json_data = JSON.ObjectFromString(match.group(1) + ']', max_size = JSON_MAX_SIZE)

항상 잘 사용하고 있습니다!!! 감사합니다~

@wonipapa
Copy link
Owner

4일전에 올린게 작은신의 아이들 수정한 버전입니다.
저는 잘되는데 테스트 해보시고 피드백 주세요.

@soju6jan
Copy link
Author

네.. 잘됩니다. 감사합니다~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants