Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[InstagramBridge] Improve sidecar and video data retrieval #1920

Merged
merged 1 commit into from
Jan 10, 2021
Merged

[InstagramBridge] Improve sidecar and video data retrieval #1920

merged 1 commit into from
Jan 10, 2021

Conversation

JimDog546
Copy link
Contributor

getInstagramSidecarData and getInstagramVideoData were unnecessarily calling getSinglePostData to retrieve JSON information already present from collectData's call of getInstagramJSON. getSinglePostData sometimes doesn't retrieve this data properly resulting in incomplete processing like #1890 . Since the information needed is already present, pass it from collectData instead and eliminate the redundant data collection which will improve reliability.

getInstagramSidecarData and getInstagramVideoData were unnecessarily calling getSinglePostData to retrieve data already present in collectData's call of getInstagramJSON.  getSinglePostData sometimes doesn't retrieve data properly resulting in incomplete post information.  Since the information needed is already present, pass it from collectData instead, eliminating the redundant data collection and improving reliability.
@em92 em92 merged commit 5ed1619 into RSS-Bridge:master Jan 10, 2021
@em92
Copy link
Contributor

em92 commented Jan 10, 2021

gj @JimDog546 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants