geeksforgeeks-pdf icon indicating copy to clipboard operation
geeksforgeeks-pdf copied to clipboard

This Python script aimed to download all Amazon Interview Experience from GeeksforGeeks website. You can modify this script to download as per your need.

Results 14 geeksforgeeks-pdf issues
Sort by recently updated
recently updated
newest added

not working through some error line 730, in __getattr__ self.__class__.__name__, attr)) AttributeError: 'Doctype' object has no attribute 'has_attr' so please fix the bug

Changed line 16 to: `if 'href' in getattr(link, 'attrs', {}):` as it showed the error: `AttributeError: 'Doctype' object has no attribute 'has_attr'` It also shows a user warning as follows:...