Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 359 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 359 Bytes

GDToT Scraper

A py script to interact with gdtot.

Sample output:

{
    'error': False,
    'message': 'Some status message' 
    'title': 'Filename on website', 
    'size': '420 MB', 
    'date': '11-Feb-2023 09:40:22', 
    'src_url': 'https://gdtot-domain/file/fileid', 
    'gdrive_link': 'https://drive.google.com/open?id=driveid'
}