Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit316734b

Browse files
Chris McKenzieChris McKenzie
Chris McKenzie
authored and
Chris McKenzie
committed
adding details method to Output object
1 parent1ef86a5 commit316734b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎zencoder/core.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,14 @@ def progress(self, output_id):
236236
returnself.get(self.base_url+'/%s/progress'%str(output_id),
237237
data=data)
238238

239+
defdetails(self,output_id):
240+
"""
241+
Gets the given output id's details
242+
"""
243+
data= {'api_key':self.api_key}
244+
returnself.get(self.base_url+'/%s'%str(output_id),
245+
data=data)
246+
239247
classJob(HTTPBackend):
240248
"""
241249
Contains all API methods relating to transcoding Jobs.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp