Add IGTV data

This commit is contained in:
Cadence Ember 2020-05-29 20:45:13 +12:00
parent 73e9bf057c
commit 72c8a9dca6
No known key found for this signature in database
GPG Key ID: 128B99B1B74A6412
2 changed files with 8 additions and 0 deletions

View File

@ -203,7 +203,9 @@ let constants = {
timeline_query_hash: "e769aa130647d2354c40ea6a439bfc08",
timeline_query_hash_2: "42323d64886122307be10013ad2dcc44", // https://github.com/rarcega/instagram-scraper/blob/dc022081dbefc81500c5f70cce5c70cfd2816e3c/instagram_scraper/constants.py#L30
shortcode_query_hash: "2b0673e0dc4580674a88d426fe00ea90",
igtv_query_hash: "bc78b344a68ed16dd5d7f264681c4c76",
timeline_fetch_first: 12,
igtv_fetch_first: 12,
username_regex: "[\\w.]*[\\w]",
shortcode_regex: "[\\w-]+",
hashtag_regex: "[^ \\n`~!@#\\$%^&*()\\-=+[\\]{};:\"',<.>/?\\\\]+",
@ -252,6 +254,10 @@ let constants = {
}
},
secrets: {
push_webhook_token: null
},
additional_routes: [],
database_version: 7

View File

@ -99,6 +99,7 @@
* @property {boolean} [viewer_has_saved_to_collection]
* @property {boolean} [viewer_in_photo_of_you]
* @property {boolean} [viewer_can_reshare]
* @property {string} [title] igtv only
* N3
* @property {boolean} [caption_is_edited]
* @property {boolean} [has_ranked_comments]
@ -244,6 +245,7 @@
* @property {boolean} viewer_can_reshare
* @property {string} thumbnail_src
* @property {DisplayResource[]} thumbnail_resources
* @property {string} [title] igtv only
*/
/**