Fix date extraction on VK

Only the most recent posts have the nice timestamp property...
This commit is contained in:
JustAnotherArchivist
2020-10-17 02:22:15 +00:00
parent 3f8935ee4d
commit defe874bf4
2 changed files with 55 additions and 3 deletions

View File

@@ -15,7 +15,12 @@ setuptools.setup(
packages = ['snscrape', 'snscrape.modules'],
setup_requires = ['setuptools_scm'],
use_scm_version = True,
install_requires = ['requests[socks]', 'lxml', 'beautifulsoup4'],
install_requires = [
'requests[socks]',
'lxml',
'beautifulsoup4',
'pytz; python_version < "3.9.0"',
],
python_requires = '~=3.8',
entry_points = {
'console_scripts': [