Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-video-pipeline
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-video-pipeline
Commits
bc767a13
Unverified
Commit
bc767a13
authored
Mar 29, 2018
by
M. Rehan
Committed by
GitHub
Mar 29, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #93 from edx/ammar/fix-platform-url-assignment
fix platform url assignment
parents
c51c966d
86da9029
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
control/veda_deliver.py
+3
-3
No files found.
control/veda_deliver.py
View file @
bc767a13
...
...
@@ -179,7 +179,8 @@ class VedaDelivery(object):
client_title
=
self
.
video_query
.
client_title
,
duration
=
self
.
video_query
.
video_orig_duration
,
bitrate
=
'0'
,
s3_filename
=
self
.
video_query
.
studio_id
s3_filename
=
self
.
video_query
.
studio_id
,
platform_course_url
=
self
.
video_query
.
inst_class
.
course_runs
)
self
.
encode_query
=
Encode
.
objects
.
get
(
product_spec
=
self
.
encode_profile
...
...
@@ -256,8 +257,7 @@ class VedaDelivery(object):
Further information for VAL
"""
self
.
video_proto
.
veda_id
=
self
.
video_query
.
edx_id
self
.
video_proto
.
platform_course_url
=
\
[
i
for
i
in
self
.
video_query
.
inst_class
.
local_storedir
.
split
(
','
)]
self
.
video_proto
.
platform_course_url
=
self
.
video_query
.
inst_class
.
course_runs
self
.
video_proto
.
client_title
=
self
.
video_query
.
client_title
def
_VALIDATE
(
self
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment