stpy.summarize_gScholarAlerts.is_pdf_url

stpy.summarize_gScholarAlerts.is_pdf_url(url)

Check if the URL points to a PDF file by examining headers. :type url: str :param url: The URL to check. :type url: str

Returns:

True if the URL points to a PDF, False otherwise.

Return type:

bool