mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-22 08:07:30 +00:00
Add IGTV data
This commit is contained in:
parent
73e9bf057c
commit
72c8a9dca6
@ -203,7 +203,9 @@ let constants = {
|
|||||||
timeline_query_hash: "e769aa130647d2354c40ea6a439bfc08",
|
timeline_query_hash: "e769aa130647d2354c40ea6a439bfc08",
|
||||||
timeline_query_hash_2: "42323d64886122307be10013ad2dcc44", // https://github.com/rarcega/instagram-scraper/blob/dc022081dbefc81500c5f70cce5c70cfd2816e3c/instagram_scraper/constants.py#L30
|
timeline_query_hash_2: "42323d64886122307be10013ad2dcc44", // https://github.com/rarcega/instagram-scraper/blob/dc022081dbefc81500c5f70cce5c70cfd2816e3c/instagram_scraper/constants.py#L30
|
||||||
shortcode_query_hash: "2b0673e0dc4580674a88d426fe00ea90",
|
shortcode_query_hash: "2b0673e0dc4580674a88d426fe00ea90",
|
||||||
|
igtv_query_hash: "bc78b344a68ed16dd5d7f264681c4c76",
|
||||||
timeline_fetch_first: 12,
|
timeline_fetch_first: 12,
|
||||||
|
igtv_fetch_first: 12,
|
||||||
username_regex: "[\\w.]*[\\w]",
|
username_regex: "[\\w.]*[\\w]",
|
||||||
shortcode_regex: "[\\w-]+",
|
shortcode_regex: "[\\w-]+",
|
||||||
hashtag_regex: "[^ \\n`~!@#\\$%^&*()\\-=+[\\]{};:\"',<.>/?\\\\]+",
|
hashtag_regex: "[^ \\n`~!@#\\$%^&*()\\-=+[\\]{};:\"',<.>/?\\\\]+",
|
||||||
@ -252,6 +254,10 @@ let constants = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
secrets: {
|
||||||
|
push_webhook_token: null
|
||||||
|
},
|
||||||
|
|
||||||
additional_routes: [],
|
additional_routes: [],
|
||||||
|
|
||||||
database_version: 7
|
database_version: 7
|
||||||
|
@ -99,6 +99,7 @@
|
|||||||
* @property {boolean} [viewer_has_saved_to_collection]
|
* @property {boolean} [viewer_has_saved_to_collection]
|
||||||
* @property {boolean} [viewer_in_photo_of_you]
|
* @property {boolean} [viewer_in_photo_of_you]
|
||||||
* @property {boolean} [viewer_can_reshare]
|
* @property {boolean} [viewer_can_reshare]
|
||||||
|
* @property {string} [title] igtv only
|
||||||
* N3
|
* N3
|
||||||
* @property {boolean} [caption_is_edited]
|
* @property {boolean} [caption_is_edited]
|
||||||
* @property {boolean} [has_ranked_comments]
|
* @property {boolean} [has_ranked_comments]
|
||||||
@ -244,6 +245,7 @@
|
|||||||
* @property {boolean} viewer_can_reshare
|
* @property {boolean} viewer_can_reshare
|
||||||
* @property {string} thumbnail_src
|
* @property {string} thumbnail_src
|
||||||
* @property {DisplayResource[]} thumbnail_resources
|
* @property {DisplayResource[]} thumbnail_resources
|
||||||
|
* @property {string} [title] igtv only
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user