PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Linux-Decoder via URL dekodieren



rauppe31
08.07.2013, 16:27
Hallo

Ich habe mir den Linux-Dekoder heruntergeladen und möchte die .otrkey-Dateien direkt über die Komandozeile mit dem Argument -i übergeben.
Das sollte ja gehen:

input options:
-i FILE use FILE as input file
-i URL use URL to fetch input from



Ich habe diesen Befehl verwendet:

./otrdecoder -i http://s34.otr-download.de/dl-high-otr/ffeaeb0c0581f81d61a84d7ad6fe7f34/51dad50e/Ice_Age_13.07.07_20-15_rtl_95_TVOON_DE.mpg.avi.otrkey -e email -p passwort

Als Antwort bekomme ich aber nur:

'http://s34.otr-download.de/dl-high-otr/ffeaeb0c0581f81d61a84d7ad6fe7f34/51dad50e/Ice_Age_13.07.07_20-15_rtl_95_TVOON_DE.mpg.avi.otrkey' was not found.

Was hab ich denn falsch gemacht?

Vielen Dank.

Artemis1121
08.07.2013, 19:01
Bei mir kommt

Usage:otrdecoder-bin-arm-unknown-linux-gnu-static-0.4.1148/otrdecoder [global options] [-i FILE|URL [input options]] ...

global options:
-h prints this screen
-v prints version
-e EMAIL use EMAIL to fetch the key directly from otr
-p PASSWORD use PASSWORD to fetch the key directly from otr
-b BUFFERSIZE use BUFFERSIZE*blocksize as size for the IO buffer.
0 disables IO buffering. (default: 1024)
-o DIRECTORY use DIRECTORY as default output directory (default: .)
-q don't verify input file before processing.
If this is turned off, it is possible to decode partially
downloaded otrkeys in the new format
-f force overwriting of output file
-U enable user interaction

input options:
-i FILE use FILE as input file
-o DIRECTORY use DIRECTORY as output directory (default: .)

oben steht zwar noch url, unten aber nur noch File. Würde vermuten, dass es vielleicht mal vorgesehen war direkt herunterzuladen und zu dekodieren, es aber nicht funktioniert. bei mir erscheint bei Eingabe deiner URL auch:

Error: This function is not supported in this version!

wäre

wget -c http://s34.otr-download.de/dl-high-otr/ffeaeb0c0581f81d61a84d7ad6fe7f34/51dad50e/Ice_Age_13.07.07_20-15_rtl_95_TVOON_DE.mpg.avi.otrkey;./otrdecoder -i Ice_Age_13.07.07_20-15_rtl_95_TVOON_DE.mpg.avi.otrkey -e email -p passwort
schlimm?

0daredevil0
14.07.2013, 11:56
Vorher komplett Laden ist eh besser, einfach per skript erledigen lassen und fertig. Hatte mal ein Beispiel (http://www.otrforum.com/showthread.php?68679-Linux-Decoder-Decodieren-und-L%F6schen-von-otrkeys&p=360178&viewfull=1#post360178) gepostet, müsstest dann noch wget hinzugügen und nach eigenen Wünschen ändern/erweitern. ;)