This repository has been archived by the owner on Jan 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathyoutube_import.epmi
108 lines (105 loc) · 4 KB
/
youtube_import.epmi
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<?xml version='1.0' encoding='utf-8'?>
<epm xmlns='http://eprints.org/ep2/data/2.0' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' id='http://eprints-devel.localdomain:8080/id/epm/youtube_import' uuid='urn:uuid:00d8aab2-dc06-5f69-9061-453ec025ee1c'>
<epmid>youtube_import</epmid>
<eprintid>241</eprintid>
<uri>http://eprints-devel.localdomain:8080/id/epm/youtube_import</uri>
<documents>
<document>
<files>
<file>
<filename>epm/youtube_import/cfg/cfg.d/youtube_import.pl</filename>
<mime_type>text/plain</mime_type>
<hash>3ad8aca70c6488961588727dab88e5c4</hash>
<hash_type>MD5</hash_type>
<filesize>1250</filesize>
</file>
<file>
<filename>epm/youtube_import/cfg/cfg.d/youtube_internal.pl</filename>
<mime_type>text/plain</mime_type>
<hash>d735bf1c3b40fcd5f37bdd959bccddc0</hash>
<hash_type>MD5</hash_type>
<filesize>1056</filesize>
</file>
<file>
<filename>lang/en/phrases/youtube_import.xml</filename>
<mime_type>application/xml</mime_type>
<hash>51926abe3086f1e2d3c2893c8310c3c8</hash>
<hash_type>MD5</hash_type>
<filesize>820</filesize>
</file>
<file>
<filename>plugins/EPrints/Plugin/Import/Youtube.pm</filename>
<mime_type>text/plain</mime_type>
<hash>4260d6a9168b23c4c66af8cae8ec3515</hash>
<hash_type>MD5</hash_type>
<filesize>9189</filesize>
</file>
<file>
<filename>plugins/EPrints/Plugin/Screen/EPMC/Youtube_Import.pm</filename>
<mime_type>text/plain</mime_type>
<hash>2b1585cb55a56d1acb80508cae8500ab</hash>
<hash_type>MD5</hash_type>
<filesize>2251</filesize>
</file>
<file>
<filename>plugins/EPrints/Plugin/Screen/EPrint/UploadMethod/Youtube.pm</filename>
<mime_type>text/plain</mime_type>
<hash>23eda8da5541c2aa4b16086457d16d62</hash>
<hash_type>MD5</hash_type>
<filesize>2147</filesize>
</file>
<file>
<filename>static/images/epm/youtube_import.png</filename>
<mime_type>image/png</mime_type>
<hash>64b1bbb996a3df30c3a0f05004dd5bb5</hash>
<hash_type>MD5</hash_type>
<filesize>137804</filesize>
</file>
</files>
<mime_type>image/png</mime_type>
<format>image</format>
<main>static/images/epm/youtube_import.png</main>
<content>install</content>
</document>
<document>
<files>
<file>
<filename>static/images/epm/youtube_import.png</filename>
<mime_type>image/png</mime_type>
<hash>64b1bbb996a3df30c3a0f05004dd5bb5</hash>
<hash_type>MD5</hash_type>
<filesize>137804</filesize>
</file>
</files>
<format>image</format>
<main>static/images/epm/youtube_import.png</main>
<content>coverimage</content>
</document>
</documents>
<version>1.0.5</version>
<controller>EPMC::Youtube_Import</controller>
<creators>
<item>
<name>
<family>Brody</family>
<given>Tim</given>
</name>
<id>[email protected]</id>
</item>
<item>
<name>
<family>Tarrant</family>
<given>David</given>
</name>
<id>[email protected]</id>
</item>
</creators>
<datestamp>2012-08-21 11:52:38</datestamp>
<title>YouTube Import Plugin</title>
<description>This import plug-in takes Youtube or Vimeo URLs and imports the metadata. The full video is downloaded as a background process (by the indexer).
Also adds a "Upload from Youtube" document tab.</description>
<requirements>youtube-dl from http://rg3.github.com/youtube-dl/.
Note! YouTube regularly changes their interface which breaks youtube-dl, therefore if videos (sources) are failing to download you will need to update:
$ sudo youtube-dl --update</requirements>
<icon>images/epm/youtube_import.png</icon>
</epm>