add by language srt url
This commit is contained in:
parent
72d9dbf0f2
commit
4ab9d497ff
3 changed files with 14 additions and 5 deletions
|
|
@ -29,6 +29,9 @@ urlpatterns = patterns("item.views",
|
|||
(r'^(?P<id>[A-Z0-9].*)/json$', 'item_json'),
|
||||
(r'^(?P<id>[A-Z0-9].*)/xml$', 'item_xml'),
|
||||
|
||||
#srt export
|
||||
(r'^(?P<id>[A-Z0-9].*)/(?P<layer>.+)\.(?P<language>.{2})\.srt$', 'srt'),
|
||||
|
||||
#srt export
|
||||
(r'^(?P<id>[A-Z0-9].*)/(?P<layer>.+)\.srt$', 'srt'),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue