Browse Source

[extractor/common] Add coding cookie

master
Sergey M․ 7 years ago
parent
commit
fd47550885
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 0 deletions
  1. 1
      youtube_dl/extractor/common.py

1
youtube_dl/extractor/common.py

@ -1,3 +1,4 @@
# coding: utf-8
from __future__ import unicode_literals
import base64

Loading…
Cancel
Save