Add PDF Protocl

This commit is contained in:
2023-03-17 23:06:56 -04:00
parent fa4a3bcf88
commit b09fc1fa19

View File

@@ -25,7 +25,7 @@ async def search(txt):
return {
'ref': ref,
'pdf': pdf[2:]
'pdf': f"https{pdf}"
}
async def getPDF(url):