浏览代码

Use module metadata variables instead of comments

Georgi Valkov 14 年之前
父节点
当前提交
2770590d5a
共有 1 个文件被更改,包括 13 次插入8 次删除
  1. 13 8
      youtube-dl

+ 13 - 8
youtube-dl

@@ -1,13 +1,18 @@
 #!/usr/bin/env python
 # -*- coding: utf-8 -*-
-# Author: Ricardo Garcia Gonzalez
-# Author: Danny Colligan
-# Author: Benjamin Johnson
-# Author: Vasyl' Vavrychuk
-# Author: Witold Baryluk
-# Author: Paweł Paprota
-# Author: Gergely Imreh
-# License: Public domain code
+
+__author__  = (
+	"Ricardo Garcia Gonzalez",
+	"Danny Colligan",
+	"Benjamin Johnson",
+	"Vasyl' Vavrychuk",
+	"Witold Baryluk",
+	"Paweł Paprota",
+	"Gergely Imreh",
+	)
+
+__license__ = "Public Domain"
+
 import cookielib
 import ctypes
 import datetime