Changes between Version 73 and Version 74 of HashSourceCodes


Ignore:
Timestamp:
Feb 4, 2024, 8:16:40 PM (3 months ago)
Author:
os
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HashSourceCodes

    v73 v74  
    508508'''
    509509#example
    510 import subs_file_hash
    511 print(subs_file_hash.hashFile_url('https://static.opensubtitles.org/addons/avi/breakdance.avi')
    512 8e245d9679d31e12
    513 '''
     510import subs_file_hash_size
     511returnedhash, filesize = subs_file_hash_size.hash_size_File_url('https://static.opensubtitles.org/addons/avi/breakdance.avi')
     512print(returnedhash)
     5138e245d9679d31e12'''
    514514
    515515}}}