linkedin-api
linkedin-api copied to clipboard
Fix get_feed_posts [wip]
I've been using the get_feed_posts method for some time and noticed a few bugs with the exclude_promoted_posts parameter. In this PR I will refactor the method to work as expected:
- [x] Fix promoted posts check failing list comprehension
- [ ] Refactor the entire method (exclude_promoted_posts not being used anywhere in this method