Browse Source

[comcarcoff] Add unicode_literals declaration

totalwebcasting
Philipp Hagemeister 10 years ago
parent
commit
19bf2b4e88
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      youtube_dl/extractor/comcarcoff.py

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

@ -1,4 +1,6 @@
# encoding: utf-8
from __future__ import unicode_literals
import json
from .common import InfoExtractor


Loading…
Cancel
Save