Browse Source

Fixed the encoding

totalwebcasting
David Fabijan 10 years ago
parent
commit
66420a2db4
2 changed files with 2 additions and 0 deletions
  1. BIN
      youtube-dl
  2. +2
    -0
      youtube_dl/extractor/mojvideo.py

BIN
youtube-dl View File


+ 2
- 0
youtube_dl/extractor/mojvideo.py View File

@ -1,3 +1,5 @@
# coding: utf-8
from __future__ import unicode_literals
import re
from .common import InfoExtractor


Loading…
Cancel
Save