]> jfr.im git - yt-dlp.git/blobdiff - test/test_cache.py
[ie/youtube] Extract upload timestamp if available (#9856)
[yt-dlp.git] / test / test_cache.py
index d6de221946f71a20b1fc699ec85f5bd64ee46a88..ce1624b68b7ab2e3016f3290b77515de7b299409 100644 (file)
@@ -1,17 +1,15 @@
-#!/usr/bin/env python
-# coding: utf-8
-
-from __future__ import unicode_literals
-
-import shutil
+#!/usr/bin/env python3
 
 # Allow direct execution
 import os
 import sys
 import unittest
+
 sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 
 
+import shutil
+
 from test.helper import FakeYDL
 from yt_dlp.cache import Cache