Merge pull request #149 from DeDe43ISR/fix_post_content

fix #91 - fixed posts.txt contains no text
This commit is contained in:
Haris Muneer ⚡️ 2020-07-21 03:45:13 +05:00 committed by GitHub
commit d3eabce9b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"status": ".//div[@class='_5wj-']",
"status": "//div[contains(@class, '_5pbx')]",
"sections_bar": "//*[@class='_3cz'][1]/div[2]/div[1]",
"status_exc": ".//div[@class='userContent']",
"temp": ".//div[@class='_3x-2']",
@ -30,4 +30,4 @@
"comment_see_more_link" : ".//a[contains(@class,'_5v47 fss')]",
"comment_reply" : "..//..//div[@aria-label='Comment reply']"
}
}