Projects STRLCPY snscrape Commits d72b5195
🤬
  • ■ ■ ■ ■
    snscrape/modules/vkontakte.py
    skipped 31 lines
    32 32  _months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
    33 33  _datePattern = re.compile(r'^(?P<date>today'
    34 34   r'|yesterday'
    35  - r'|(?P<day1>\d+)\s+(?P<month1>' + '|'.join(_months) + ')(\s+(?P<year1>\d{4}))?'
     35 + r'|(?P<day1>\d+)\s+(?P<month1>' + '|'.join(_months) + r')(\s+(?P<year1>\d{4}))?'
    36 36   r'|(?P<month2>' + '|'.join(_months) + r')\s+(?P<day2>\d+),\s+(?P<year2>\d{4})'
    37 37   ')'
    38 38   r'\s+at\s+(?P<hour>\d+):(?P<minute>\d+)\s+(?P<ampm>[ap]m)$')
    skipped 351 lines
Please wait...
Page is in error, reload to recover