Browse Source

[aljazeera] Add unicode_literals marker

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

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

@ -1,3 +1,5 @@
from __future__ import unicode_literals
from .common import InfoExtractor


Loading…
Cancel
Save