mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
[gdcvault] Remove dead code
This commit is contained in:
parent
bd61a9e770
commit
5bca2424bc
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ def _parse_mp4(self, xml_description):
|
|||
|
||||
def _parse_flv(self, xml_description):
|
||||
video_formats = []
|
||||
akami_url = xml_description.find('./metadata/akamaiHost').text
|
||||
slide_video_path = xml_description.find('./metadata/slideVideo').text
|
||||
video_formats.append({
|
||||
'url': 'rtmp://%s/ondemand?ovpfv=1.1' % 'fms.digitallyspeaking.com/cfx/st',
|
||||
|
|
Loading…
Reference in a new issue