-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(scrapper): manage audio and video requests (#58)
* fix(scrapper): manage audio and video requests * refactor(scrapper): modify request_headers_size into response_headers_size * feat(scrapper): create custom get_request_size method, and appropriate tests * refactor(scrapper): use lambda function to filter headers * feat(scrapper): check page method, status 200 and content type html * fix(scrapper): check text html mimtype failed because of specif suffix to the mimetype
- Loading branch information
Showing
2 changed files
with
182 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
771ad9b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Branch coverage •