Skip to content

Instantly share code, notes, and snippets.

@ikegami-yukino
Created January 8, 2014 15:44
Show Gist options
  • Save ikegami-yukino/8318784 to your computer and use it in GitHub Desktop.
Save ikegami-yukino/8318784 to your computer and use it in GitHub Desktop.
2ちゃんねるや2ちゃんねるまとめサイト検出用正規表現 (2014/01/08(水) 12:30:37.67 ID:+pyxCrmX0みたいなやつにマッチする)
import re
re_2ch_post = re.compile(u'[^2]2[0-9]{3}/\d{2}/\d{2}\(.\) \d{2}:\d{2}:\d{2}\.\d{2} ID:[\w\d\+\/]+')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment