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
e007b20f
Commit
e007b20f
authored
Jul 14, 2017
by
Gregory Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix
parent
07f1dea5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
control/veda_deliver_youtube.py
+3
-3
No files found.
control/veda_deliver_youtube.py
View file @
e007b20f
...
...
@@ -120,7 +120,7 @@ class DeliverYoutube():
'require_paid_subscription'
]
print
"
%
s :
%
s"
%
(
"Generate CSV"
,
str
(
self
.
video
.
edx_id
))
'''
# TODO: Refactor this into centrally located util for escaping bad chars
if self.video.client_title is not None:
try:
...
...
@@ -136,7 +136,7 @@ class DeliverYoutube():
client_title += char
else:
client_title = self.file
'''
"""
This is where we can add or subtract file attributes as needed
...
...
@@ -146,7 +146,7 @@ class DeliverYoutube():
'filename'
:
self
.
file
,
'channel'
:
self
.
course
.
yt_channel
,
'custom_id'
:
self
.
video
.
edx_id
,
'title'
:
client_title
.
replace
(
','
,
''
),
'title'
:
self
.
video
.
edx_id
,
# >102 Chars will fail
'privacy'
:
'unlisted'
,
}
...
...
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