forked from Fazzani/grab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ar_arab.xmltv
15703 lines (15692 loc) · 720 KB
/
ar_arab.xmltv
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="UTF-8"?>
<tv generator-info-name="WebGrab+Plus/w MDB & REX Postprocess -- version V3.1.4.0 -- Jan van Straaten" generator-info-url="http://www.webgrabplus.com">
<channel id="MBC 3">
<display-name lang="en">MBC 3</display-name>
<icon src="https://media.elcinema.com/tvguide/1241_1.png" />
<url>http://www.elcinema.com</url>
</channel>
<channel id="MBC">
<display-name lang="en">MBC</display-name>
<icon src="https://media.elcinema.com/tvguide/1127_1.png" />
<url>http://www.elcinema.com</url>
</channel>
<channel id="MBC MAX">
<display-name lang="en">MBC MAX</display-name>
<icon src="https://media.elcinema.com/tvguide/1132_1.png" />
<url>http://www.elcinema.com</url>
</channel>
<channel id="MBC Action">
<display-name lang="en">MBC Action</display-name>
<icon src="https://media.elcinema.com/tvguide/1130_1.png" />
<url>http://www.elcinema.com</url>
</channel>
<channel id="MBC 2">
<display-name lang="en">MBC 2</display-name>
<icon src="https://media.elcinema.com/tvguide/1128_1.png" />
<url>http://www.elcinema.com</url>
</channel>
<channel id="MBC 4">
<display-name lang="en">MBC 4</display-name>
<icon src="https://media.elcinema.com/tvguide/1129_1.png" />
<url>http://www.elcinema.com</url>
</channel>
<channel id="MBC Bollywood">
<display-name lang="en">MBC Bollywood</display-name>
<icon src="https://media.elcinema.com/tvguide/1259_1.png" />
<url>http://www.elcinema.com</url>
</channel>
<channel id="MBC Drama +">
<display-name lang="en">MBC Drama +</display-name>
<icon src="https://media.elcinema.com/tvguide/1131_1.png" />
<url>http://www.elcinema.com</url>
</channel>
<channel id="MBC MASR 2">
<display-name lang="en">MBC MASR 2</display-name>
<icon src="https://media.elcinema.com/tvguide/1278_1.png" />
<url>http://www.elcinema.com</url>
</channel>
<channel id="MBC Drama">
<display-name lang="en">MBC Drama</display-name>
<icon src="https://media.elcinema.com/tvguide/1194_1.png" />
<url>http://www.elcinema.com</url>
</channel>
<channel id="MBC Egypt">
<display-name lang="en">MBC Egypt</display-name>
<icon src="https://media.elcinema.com/tvguide/1239_1.png" />
<url>http://www.elcinema.com</url>
</channel>
<channel id="Emirates">
<display-name lang="en">Emirates</display-name>
<icon src="https://media.elcinema.com/tvguide/1135_1.png" />
<url>http://www.elcinema.com</url>
</channel>
<channel id="Hawass">
<display-name lang="en">Hawass</display-name>
<icon src="https://media.elcinema.com/tvguide/1265_1.png" />
<url>http://www.elcinema.com</url>
</channel>
<channel id="Dubai TV">
<display-name lang="en">Dubai TV</display-name>
<icon src="https://media.elcinema.com/tvguide/1169_1.png" />
<url>http://www.elcinema.com</url>
</channel>
<channel id="Dubai One">
<display-name lang="en">Dubai One</display-name>
<icon src="https://media.elcinema.com/tvguide/1173_1.png" />
<url>http://www.elcinema.com</url>
</channel>
<channel id="Future TV">
<display-name lang="en">Future TV</display-name>
<icon src="https://media.elcinema.com/tvguide/1171_1.png" />
<url>http://www.elcinema.com</url>
</channel>
<channel id="LBC Europe">
<display-name lang="en">LBC Europe</display-name>
<icon src="https://media.elcinema.com/tvguide/1225_1.png" />
<url>http://www.elcinema.com</url>
</channel>
<channel id="Alsumaria">
<display-name lang="en">Alsumaria</display-name>
<icon src="https://media.elcinema.com/tvguide/1301_1.png" />
<url>http://www.elcinema.com</url>
</channel>
<channel id="LBCI">
<display-name lang="en">LBCI</display-name>
<icon src="https://media.elcinema.com/tvguide/1168_1.png" />
<url>http://www.elcinema.com</url>
</channel>
<channel id="CBC sofra">
<display-name lang="en">CBC sofra</display-name>
<icon src="https://media.elcinema.com/tvguide/1260_1.png" />
<url>http://www.elcinema.com</url>
</channel>
<channel id="Cima">
<display-name lang="en">Cima</display-name>
<icon src="https://media.elcinema.com/tvguide/1176_1.png" />
<url>http://www.elcinema.com</url>
</channel>
<channel id="ART Cinema">
<display-name lang="en">ART Cinema</display-name>
<icon src="https://media.elcinema.com/tvguide/1195_1.png" />
<url>http://www.elcinema.com</url>
</channel>
<channel id="ART Aflam 1">
<display-name lang="en">ART Aflam 1</display-name>
<icon src="https://media.elcinema.com/tvguide/1120_1.png" />
<url>http://www.elcinema.com</url>
</channel>
<channel id="ART Aflam 2">
<display-name lang="en">ART Aflam 2</display-name>
<icon src="https://media.elcinema.com/tvguide/1121_1.png" />
<url>http://www.elcinema.com</url>
</channel>
<channel id="Rotana Drama">
<display-name lang="en">Rotana Drama</display-name>
<icon src="https://media.elcinema.com/tvguide/1147_1.png" />
<url>http://www.elcinema.com</url>
</channel>
<channel id="Rotana Khalijiah">
<display-name lang="en">Rotana Khalijiah</display-name>
<icon src="https://media.elcinema.com/tvguide/1149_1.png" />
<url>http://www.elcinema.com</url>
</channel>
<channel id="Al Saeedah">
<display-name lang="en">Al Saeedah</display-name>
<icon src="https://media.elcinema.com/tvguide/1339_1.png" />
<url>http://www.elcinema.com</url>
</channel>
<channel id="Al Nahar Drama">
<display-name lang="en">Al Nahar Drama</display-name>
<icon src="https://media.elcinema.com/tvguide/1223_1.png" />
<url>http://www.elcinema.com</url>
</channel>
<channel id="Abu Dhabi Drama">
<display-name lang="en">Abu Dhabi Drama</display-name>
<icon src="https://media.elcinema.com/tvguide/1178_1.png" />
<url>http://www.elcinema.com</url>
</channel>
<channel id="Alhayat Series">
<display-name lang="en">Alhayat Series</display-name>
<icon src="https://media.elcinema.com/tvguide/1138_1.png" />
<url>http://www.elcinema.com</url>
</channel>
<programme start="20210214000000 +0100" stop="20210214003000 +0100" channel="MBC 3">
<title lang="en">Blaze and the Monster Machines</title>
<desc lang="en">The series is about the adventures and races of monster-truck (Blaze) with his friend (AJ), and its abilities to add pieces to itself to help him in the races.</desc>
<credits>
<director>Miguel Martinez-Joffre</director>
<director>Blair Simmons</director>
<actor>Caleel Harris</actor>
<actor>Nat Faxon</actor>
<actor>Kevin Michael Richardson</actor>
<actor>Reed Shannon</actor>
<actor>Nolan North</actor>
<actor>Dee Bradley Baker</actor>
<writer>Jeff Borkin</writer>
<writer>Ellen Martin</writer>
</credits>
<date>2014</date>
<category lang="en">Genre</category>
<category lang="en">Animation</category>
<category lang="en">Action</category>
<category lang="en">Comedy</category>
<category lang="en">Family</category>
<icon src="https://media.elcinema.com/uploads/_315x420_319521954d5238fb84520bcdb50fcaae8439ae3039e6128bc49da398bdb0dc41.jpg" />
<rating system="EG">
<value>5.8</value>
</rating>
</programme>
<programme start="20210214003000 +0100" stop="20210214010000 +0100" channel="MBC 3">
<title lang="en">Muka Muka Paradise</title>
<credits>
<actor>Mayada Darwish</actor>
<actor>aminat eumar</actor>
<actor>Ayman Al Salik</actor>
<actor>Buthaina Chia</actor>
<actor>Raafat Bazo</actor>
<actor>Magd Zaza</actor>
<writer>Yumiko Igarashi</writer>
<writer>Sami Khwes</writer>
</credits>
<date>1993</date>
<category lang="en">Genre</category>
<category lang="en">Adventure</category>
<category lang="en">Comedy</category>
<category lang="en">Animation</category>
<icon src="https://media.elcinema.com/uploads/_315x420_55f4de8e20adfa460bf7be1de5ba16851b0f4d98e19426c776979de184f86555.jpg" />
<rating system="EG">
<value>5.8</value>
</rating>
</programme>
<programme start="20210214010000 +0100" stop="20210214013000 +0100" channel="MBC 3">
<title lang="en">Boj</title>
<credits>
<director>Claire Underwood</director>
<actor>Ziggy Badans</actor>
<actor>Josie Taylor</actor>
<actor>Dave Benson Phillips</actor>
<writer>Claire Underwood</writer>
</credits>
<date>2014</date>
<category lang="en">Genre</category>
<category lang="en">Animation</category>
<icon src="https://media.elcinema.com/uploads/_315x420_bad03e890ba0a7d42c2932f22b7a657468c48d0bcc5d04ce587ae976e36ae843.jpg" />
</programme>
<programme start="20210214013000 +0100" stop="20210214020000 +0100" channel="MBC 3">
<title lang="en">Little Furry</title>
<credits>
<director>Olivier Brugnoli</director>
<director>Pierre Bailly</director>
<actor>Marie Van R</actor>
<actor>Sebastian Hebrant</actor>
<actor>Maïa Baran</actor>
<writer>Céline Fraipont</writer>
</credits>
<date>2016</date>
<category lang="en">Genre</category>
<category lang="en">Animation</category>
<icon src="https://media.elcinema.com/uploads/_315x420_08083ce8b7bb4ee0eec0445149d46a6ad48408c80b76a36bca3d47bda815f86e.jpg" />
<rating system="EG">
<value>6.4</value>
</rating>
</programme>
<programme start="20210214020000 +0100" stop="20210214023000 +0100" channel="MBC 3">
<title lang="en">Butterbean's Café S1 (?)</title>
<title lang="en">02:00 AM
[30 minutes] (?)</title>
<desc lang="en">The adventures of a fairy named Butterbean who runs the neighborhood café with her friends, as she serves snacks and treats to the residents of Puddlebrook.</desc>
<credits>
<director>Damien O'Connor</director>
<actor>Margaret Ying Drake</actor>
<actor>Gabriella Pizzolo</actor>
<actor>Alysia Reiner</actor>
<actor>Chris Phillips</actor>
<writer>Lucas Mills</writer>
</credits>
<date>2018</date>
<icon src="https://media.elcinema.com/uploads/_315x420_555b759228ab4e77b351aec204d997876af9a91f27de92b560c34bf6519eb4a7.jpg" />
<rating system="EG">
<value>5.8</value>
</rating>
</programme>
<programme start="20210214023000 +0100" stop="20210214030000 +0100" channel="MBC 3">
<title lang="en">Nella the Princess Knight</title>
<desc lang="en">Nella is a brave princess who becomes a princess knight.</desc>
<credits>
<director>Gili Dolev</director>
<director>William Gordon</director>
<actor>Akira Golz</actor>
<actor>Kobi Frumer</actor>
<actor>Matthew Gumley</actor>
<actor>Franciska Friede</actor>
<actor>Alyson Leigh Rosenfeld</actor>
<actor>Courtney Shaw</actor>
<writer>Robert Vargas</writer>
<writer>Christine Ricci</writer>
</credits>
<date>2017</date>
<category lang="en">Genre</category>
<category lang="en">Fantasy</category>
<category lang="en">Family</category>
<category lang="en">Adventure</category>
<category lang="en">Animation</category>
<icon src="https://media.elcinema.com/uploads/_315x420_848e4c7938952c05853f659e12b153f299d2e18ee0ab4696a0c062b5a566da13.jpg" />
<rating system="EG">
<value>4.3</value>
</rating>
</programme>
<programme start="20210214030000 +0100" stop="20210214033000 +0100" channel="MBC 3">
<title lang="en">CuBy Zoo</title>
<date>0</date>
<icon src="https://media.elcinema.com/uploads/_315x420_325635d487258f80e12b343fcd049c5c575c3b06afcfce2905bfc6dad8e316c4.jpg" />
</programme>
<programme start="20210214033000 +0100" stop="20210214040000 +0100" channel="MBC 3">
<title lang="en">Blaze and the Monster Machines</title>
<desc lang="en">The series is about the adventures and races of monster-truck (Blaze) with his friend (AJ), and its abilities to add pieces to itself to help him in the races.</desc>
<credits>
<director>Miguel Martinez-Joffre</director>
<director>Blair Simmons</director>
<actor>Caleel Harris</actor>
<actor>Nat Faxon</actor>
<actor>Kevin Michael Richardson</actor>
<actor>Reed Shannon</actor>
<actor>Nolan North</actor>
<actor>Dee Bradley Baker</actor>
<writer>Jeff Borkin</writer>
<writer>Ellen Martin</writer>
</credits>
<date>2014</date>
<category lang="en">Genre</category>
<category lang="en">Animation</category>
<category lang="en">Action</category>
<category lang="en">Comedy</category>
<category lang="en">Family</category>
<icon src="https://media.elcinema.com/uploads/_315x420_319521954d5238fb84520bcdb50fcaae8439ae3039e6128bc49da398bdb0dc41.jpg" />
<rating system="EG">
<value>5.8</value>
</rating>
</programme>
<programme start="20210214040000 +0100" stop="20210214043000 +0100" channel="MBC 3">
<title lang="en">Rusty Rivets</title>
<desc lang="en">An engineer named Rusty leads a group of robots to solve problems and get out of difficult situations. He invents a dinosaur called Botasaur to try to rescue a friend in crisis.</desc>
<credits>
<director>Paul H. Brown</director>
<director>Rick Marshall</director>
<actor>Rob Tinkler</actor>
<actor>Helen King</actor>
<actor>Samuel Faraci</actor>
<actor>Ava Preston</actor>
<actor>Kyle Breitkopf</actor>
<writer>John May</writer>
<writer>Suzanne Bolch</writer>
</credits>
<date>2016</date>
<category lang="en">Genre</category>
<category lang="en">Family</category>
<category lang="en">Comedy</category>
<category lang="en">Animation</category>
<icon src="https://media.elcinema.com/uploads/_315x420_cd140255ff7ed546787a441124758cd904c5682e4a42f6a2c69947b31abf841f.jpg" />
</programme>
<programme start="20210214050000 +0100" stop="20210214053000 +0100" channel="MBC 3">
<title lang="en">Paper Port</title>
<credits>
<director>Alvaro Ceppi</director>
<actor>Cristina Valenzuela</actor>
<actor>Fabián Hernández</actor>
<writer>Carlos Bleycher</writer>
</credits>
<date>2015</date>
<icon src="https://media.elcinema.com/uploads/_315x420_9a16d2400609cb1d04d6946aa92cd68e4fe0eeff6d7fde877f266882dd7a5c9f.jpg" />
<rating system="EG">
<value>4.3</value>
</rating>
</programme>
<programme start="20210214053000 +0100" stop="20210214060000 +0100" channel="MBC 3">
<title lang="en">Muka Muka Paradise</title>
<credits>
<actor>Mayada Darwish</actor>
<actor>aminat eumar</actor>
<actor>Ayman Al Salik</actor>
<actor>Buthaina Chia</actor>
<actor>Raafat Bazo</actor>
<actor>Magd Zaza</actor>
<writer>Yumiko Igarashi</writer>
<writer>Sami Khwes</writer>
</credits>
<date>1993</date>
<category lang="en">Genre</category>
<category lang="en">Adventure</category>
<category lang="en">Comedy</category>
<category lang="en">Animation</category>
<icon src="https://media.elcinema.com/uploads/_315x420_55f4de8e20adfa460bf7be1de5ba16851b0f4d98e19426c776979de184f86555.jpg" />
<rating system="EG">
<value>5.8</value>
</rating>
</programme>
<programme start="20210214060000 +0100" stop="20210214063000 +0100" channel="MBC 3">
<title lang="en">Sunny Day</title>
<desc lang="en">Ten-year-old Sunny, is the best hairdresser in Friendly Falls who learns that problems can be solved using persistence and creativity.</desc>
<credits>
<director>Joey So</director>
<director>Shawn Seles</director>
<actor>Taylor Louderman</actor>
<actor>Dave Droxler</actor>
<actor>Lilla Crawford</actor>
<actor>Elan Luz Rivera</actor>
<actor>Robbie Morrison</actor>
<actor>Sarah Stiles</actor>
<writer>Brian Hohlfeld</writer>
<writer>Jodi Reynolds</writer>
</credits>
<date>2017</date>
<category lang="en">Genre</category>
<category lang="en">Family</category>
<category lang="en">Comedy</category>
<category lang="en">Animation</category>
<icon src="https://media.elcinema.com/uploads/_315x420_a7ac18c2e087ebed81fa0082f87cc0141aa0957f2c7e0708034ee99b21dbff96.jpg" />
<rating system="EG">
<value>4.3</value>
</rating>
</programme>
<programme start="20210214070000 +0100" stop="20210214073000 +0100" channel="MBC 3">
<title lang="en">SpongeBob SquarePants S5</title>
<desc lang="en">SpongeBob returns for more underwater adventures, driven along by his curiosity and his attempt to discover everything new in his world.</desc>
<credits>
<director>Vincent Waller</director>
<director>Paul Tibbitt</director>
<actor>Tom Kenny</actor>
<actor>Rodger Bumpass</actor>
<actor>Clancy Brown</actor>
<actor>Lori Alan</actor>
<actor>Dee Bradley Baker</actor>
<actor>Bill Fagerbakke</actor>
<writer>Stephen Hillenburg</writer>
<writer>Casey Alexander</writer>
</credits>
<date>2007</date>
<category lang="en">Genre</category>
<category lang="en">Comedy</category>
<category lang="en">Adventure</category>
<category lang="en">Animation</category>
<category lang="en">Fantasy</category>
<icon src="https://media.elcinema.com/uploads/_315x420_b68376719de8726c3621f6993aa5c7576d4fd891e839a12161bfbe518839b99a.jpg" />
<rating system="EG">
<value>8.5</value>
</rating>
</programme>
<programme start="20210214073000 +0100" stop="20210214080000 +0100" channel="MBC 3">
<title lang="en">The Barefoot Bandits</title>
<credits>
<director>Tim Evans</director>
<director>Ryan Cooper</director>
<actor>Laura Daniel</actor>
<actor>Tammy Davis</actor>
<actor>Josh Thomson</actor>
<actor>Ryan Cooper</actor>
<actor>Glen-Paul Waru</actor>
<actor>Rhys Darby</actor>
<writer>Nick Ward</writer>
<writer>Tim Evans</writer>
</credits>
<date>2016</date>
<icon src="https://media.elcinema.com/uploads/_315x420_9aba1c794dfa96d27aca38b19aa23257441791cc802b2b715b17ccbb6e045dc9.jpg" />
<rating system="EG">
<value>4.7</value>
</rating>
</programme>
<programme start="20210214080000 +0100" stop="20210214083000 +0100" channel="MBC 3">
<title lang="en">Welcome to the Wayne</title>
<desc lang="en">When Ansi moves to a new apartment building called the Wayne, he befriends siblings Olly and Saraline to form Team Timbers as they uncover the secrets of their mysterious building.</desc>
<credits>
<director>Rick Ritter</director>
<director>Tahir Rana</director>
<actor>Billy Lopez</actor>
<actor>Dana Steingold</actor>
<actor>Alanna Ubach</actor>
<actor>Marc Thompson</actor>
<actor>Veronica Taylor</actor>
<actor>Dave Willis</actor>
<writer>Michael Pecoriello</writer>
</credits>
<date>2017</date>
<icon src="https://media.elcinema.com/uploads/_315x420_42db87f81d598eed4fc47ac2d0daec90be1619d2e58e51f1779cb58a78fd5eb1.jpg" />
<rating system="EG">
<value>6.4</value>
</rating>
</programme>
<programme start="20210214100000 +0100" stop="20210214103000 +0100" channel="MBC 3">
<title lang="en">Boy Girl Dog Cat Mouse Cheese</title>
<credits>
<director>Jérémy Guiter</director>
<director>Matthieu Giner</director>
<actor>Justin Michael</actor>
<actor>Alyson Leigh Rosenfeld</actor>
<actor>Justin Anselmi</actor>
<actor>Abe Goldfarb</actor>
<actor>Erica Schroeder</actor>
<actor>H.D. Quinn</actor>
<writer>Andrew Burrell</writer>
<writer>Henry Gifford</writer>
</credits>
<date>2019</date>
<icon src="https://media.elcinema.com/uploads/_315x420_977b6508fe84af25d830c447fe44b33e16699f74eb7e48d90e54f01e75342f73.jpg" />
<rating system="EG">
<value>5.8</value>
</rating>
</programme>
<programme start="20210214103000 +0100" stop="20210214110000 +0100" channel="MBC 3">
<title lang="en">Coach Me If You Can</title>
<credits>
<director>Yoann Hervo</director>
<director>Olivier Pouchelon</director>
<actor>Sabrina Pitre</actor>
<actor>Andrew Francis</actor>
<actor>Mark Oliver</actor>
<actor>David Kaye</actor>
<actor>Caitlyn Bairstow</actor>
<actor>Maryke Hendrikse</actor>
<writer>Fabien Limousin</writer>
<writer>Cédric Stephan</writer>
</credits>
<date>2020</date>
<icon src="https://media.elcinema.com/uploads/_315x420_6e8e7331c9adee31c79f6decd250068de1fab7a6c028cc61fe0e0d6f96d4ca54.jpg" />
<rating system="EG">
<value>5.8</value>
</rating>
</programme>
<programme start="20210214110000 +0100" stop="20210214113000 +0100" channel="MBC 3">
<title lang="en">The Legendaries</title>
<desc lang="en">The story of The Legendaries, a team of heroes that come together to fight injustice and spread equality in Alysia, led by the fearless Danael, the Knight of the Kingdom of Larbos.</desc>
<credits>
<director>Prakash Topsy</director>
<actor>Matthew Geczy</actor>
<actor>Tiffany Hofstetter</actor>
<actor>Kaycie Chase</actor>
<actor>Rudi James Jephcott</actor>
<writer>Patrick Sobral</writer>
</credits>
<date>2017</date>
<icon src="https://media.elcinema.com/uploads/_315x420_fa0dab2dfc75f92e64cb0d801b0f9dfee36aa38abca953e8c85bd86d8689af38.jpg" />
<rating system="EG">
<value>5.8</value>
</rating>
</programme>
<programme start="20210214113000 +0100" stop="20210214120000 +0100" channel="MBC 3">
<title lang="en">The Basketeers</title>
<credits>
<director>Bruno Bligoux</director>
<actor>Eden Gamliel</actor>
<actor>Manon Azem</actor>
<actor>Pascale Chemin</actor>
<actor>Jennifer Fauveau</actor>
<writer>Morgana Herma</writer>
</credits>
<date>2011</date>
<icon src="https://media.elcinema.com/uploads/_315x420_3cdbc72997afb931b4e339303bfbf1ccd482b9b99374a3d454d68c8fbe2d75a6.jpg" />
<rating system="EG">
<value>4.6</value>
</rating>
</programme>
<programme start="20210214120000 +0100" stop="20210214123000 +0100" channel="MBC 3">
<title lang="en">Fantastic Journey to Oz</title>
<desc lang="en">An evil group tries to conquer Emerald city and name it Magic Land instead. However, their plans are shattered by a normal girl named Dorothy who saves the city.</desc>
<credits>
<director>Vladimir Toropchin</director>
<actor>Sergey Shnurov</actor>
<actor>Dmitriy Dyuzhev</actor>
<actor>Konstantin Khabenskiy</actor>
<actor>Mike Pollock</actor>
<actor>Haven Paschall</actor>
<actor>Alyson Leigh Rosenfeld</actor>
<writer>Jeffrey Hylton</writer>
</credits>
<date>2017</date>
<icon src="https://media.elcinema.com/uploads/_315x420_5bbfd51e6537b8bb5cbe38b60b445ccd71e5e9d8ad0dd8aba117ca8b5c5b530f.jpg" />
<rating system="EG">
<value>5.5</value>
</rating>
</programme>
<programme start="20210214123000 +0100" stop="20210214130000 +0100" channel="MBC 3">
<title lang="en">Boy Girl Dog Cat Mouse Cheese</title>
<credits>
<director>Jérémy Guiter</director>
<director>Matthieu Giner</director>
<actor>Justin Michael</actor>
<actor>Alyson Leigh Rosenfeld</actor>
<actor>Justin Anselmi</actor>
<actor>Abe Goldfarb</actor>
<actor>Erica Schroeder</actor>
<actor>H.D. Quinn</actor>
<writer>Andrew Burrell</writer>
<writer>Henry Gifford</writer>
</credits>
<date>2019</date>
<icon src="https://media.elcinema.com/uploads/_315x420_977b6508fe84af25d830c447fe44b33e16699f74eb7e48d90e54f01e75342f73.jpg" />
<rating system="EG">
<value>5.8</value>
</rating>
</programme>
<programme start="20210214130000 +0100" stop="20210214133000 +0100" channel="MBC 3">
<title lang="en">The Legendaries</title>
<desc lang="en">The story of The Legendaries, a team of heroes that come together to fight injustice and spread equality in Alysia, led by the fearless Danael, the Knight of the Kingdom of Larbos.</desc>
<credits>
<director>Prakash Topsy</director>
<actor>Matthew Geczy</actor>
<actor>Tiffany Hofstetter</actor>
<actor>Kaycie Chase</actor>
<actor>Rudi James Jephcott</actor>
<writer>Patrick Sobral</writer>
</credits>
<date>2017</date>
<icon src="https://media.elcinema.com/uploads/_315x420_fa0dab2dfc75f92e64cb0d801b0f9dfee36aa38abca953e8c85bd86d8689af38.jpg" />
<rating system="EG">
<value>5.8</value>
</rating>
</programme>
<programme start="20210214133000 +0100" stop="20210214140000 +0100" channel="MBC 3">
<title lang="en">Coach Me If You Can</title>
<credits>
<director>Yoann Hervo</director>
<director>Olivier Pouchelon</director>
<actor>Sabrina Pitre</actor>
<actor>Andrew Francis</actor>
<actor>Mark Oliver</actor>
<actor>David Kaye</actor>
<actor>Caitlyn Bairstow</actor>
<actor>Maryke Hendrikse</actor>
<writer>Fabien Limousin</writer>
<writer>Cédric Stephan</writer>
</credits>
<date>2020</date>
<icon src="https://media.elcinema.com/uploads/_315x420_6e8e7331c9adee31c79f6decd250068de1fab7a6c028cc61fe0e0d6f96d4ca54.jpg" />
<rating system="EG">
<value>5.8</value>
</rating>
</programme>
<programme start="20210214140000 +0100" stop="20210214143000 +0100" channel="MBC 3">
<title lang="en">The Basketeers</title>
<credits>
<director>Bruno Bligoux</director>
<actor>Eden Gamliel</actor>
<actor>Manon Azem</actor>
<actor>Pascale Chemin</actor>
<actor>Jennifer Fauveau</actor>
<writer>Morgana Herma</writer>
</credits>
<date>2011</date>
<icon src="https://media.elcinema.com/uploads/_315x420_3cdbc72997afb931b4e339303bfbf1ccd482b9b99374a3d454d68c8fbe2d75a6.jpg" />
<rating system="EG">
<value>4.6</value>
</rating>
</programme>
<programme start="20210214143000 +0100" stop="20210214150000 +0100" channel="MBC 3">
<title lang="en">Bunsen Is a Beast</title>
<desc lang="en">The innocent friendship between the blue monster, Bunsen, and his human friend, Mikey, as the latter is trying to teach the former how to mingle with humans. Are people going to embrace or marginalize him.</desc>
<credits>
<director>George Eliot</director>
<actor>Kari Wahlgren</actor>
<actor>Jeff Bennett</actor>
<actor>Cheri Oteri</actor>
<actor>Cristina Milizia</actor>
<writer>Butch Hartman</writer>
</credits>
<date>2017</date>
<icon src="https://media.elcinema.com/uploads/_315x420_17132037afdef43082de8a3659fee0aa4e6fdb55c9453199c584e60d72e3eb01.jpg" />
<rating system="EG">
<value>5.3</value>
</rating>
</programme>
<programme start="20210214150000 +0100" stop="20210214153000 +0100" channel="MBC 3">
<title lang="en">The Barefoot Bandits</title>
<credits>
<director>Tim Evans</director>
<director>Ryan Cooper</director>
<actor>Laura Daniel</actor>
<actor>Tammy Davis</actor>
<actor>Josh Thomson</actor>
<actor>Ryan Cooper</actor>
<actor>Glen-Paul Waru</actor>
<actor>Rhys Darby</actor>
<writer>Nick Ward</writer>
<writer>Tim Evans</writer>
</credits>
<date>2016</date>
<icon src="https://media.elcinema.com/uploads/_315x420_9aba1c794dfa96d27aca38b19aa23257441791cc802b2b715b17ccbb6e045dc9.jpg" />
<rating system="EG">
<value>4.7</value>
</rating>
</programme>
<programme start="20210214153000 +0100" stop="20210214160000 +0100" channel="MBC 3">
<title lang="en">SpongeBob SquarePants S5</title>
<desc lang="en">SpongeBob returns for more underwater adventures, driven along by his curiosity and his attempt to discover everything new in his world.</desc>
<credits>
<director>Vincent Waller</director>
<director>Paul Tibbitt</director>
<actor>Tom Kenny</actor>
<actor>Rodger Bumpass</actor>
<actor>Clancy Brown</actor>
<actor>Lori Alan</actor>
<actor>Dee Bradley Baker</actor>
<actor>Bill Fagerbakke</actor>
<writer>Stephen Hillenburg</writer>
<writer>Casey Alexander</writer>
</credits>
<date>2007</date>
<category lang="en">Genre</category>
<category lang="en">Comedy</category>
<category lang="en">Adventure</category>
<category lang="en">Animation</category>
<category lang="en">Fantasy</category>
<icon src="https://media.elcinema.com/uploads/_315x420_b68376719de8726c3621f6993aa5c7576d4fd891e839a12161bfbe518839b99a.jpg" />
<rating system="EG">
<value>8.5</value>
</rating>
</programme>
<programme start="20210214160000 +0100" stop="20210214163000 +0100" channel="MBC 3">
<title lang="en">Welcome to the Wayne</title>
<desc lang="en">When Ansi moves to a new apartment building called the Wayne, he befriends siblings Olly and Saraline to form Team Timbers as they uncover the secrets of their mysterious building.</desc>
<credits>
<director>Rick Ritter</director>
<director>Tahir Rana</director>
<actor>Billy Lopez</actor>
<actor>Dana Steingold</actor>
<actor>Alanna Ubach</actor>
<actor>Marc Thompson</actor>
<actor>Veronica Taylor</actor>
<actor>Dave Willis</actor>
<writer>Michael Pecoriello</writer>
</credits>
<date>2017</date>
<icon src="https://media.elcinema.com/uploads/_315x420_42db87f81d598eed4fc47ac2d0daec90be1619d2e58e51f1779cb58a78fd5eb1.jpg" />
<rating system="EG">
<value>6.4</value>
</rating>
</programme>
<programme start="20210214163000 +0100" stop="20210214170000 +0100" channel="MBC 3">
<title lang="en">PINY Institute of New York</title>
<date>2016</date>
<icon src="https://media.elcinema.com/blank_photos/315x420.jpg" />
</programme>
<programme start="20210214170000 +0100" stop="20210214173000 +0100" channel="MBC 3">
<title lang="en">The Basketeers</title>
<credits>
<director>Bruno Bligoux</director>
<actor>Eden Gamliel</actor>
<actor>Manon Azem</actor>
<actor>Pascale Chemin</actor>
<actor>Jennifer Fauveau</actor>
<writer>Morgana Herma</writer>
</credits>
<date>2011</date>
<icon src="https://media.elcinema.com/uploads/_315x420_3cdbc72997afb931b4e339303bfbf1ccd482b9b99374a3d454d68c8fbe2d75a6.jpg" />
<rating system="EG">
<value>4.6</value>
</rating>
</programme>
<programme start="20210214173000 +0100" stop="20210214180000 +0100" channel="MBC 3">
<title lang="en">Boy Girl Dog Cat Mouse Cheese</title>
<credits>
<director>Jérémy Guiter</director>
<director>Matthieu Giner</director>
<actor>Justin Michael</actor>
<actor>Alyson Leigh Rosenfeld</actor>
<actor>Justin Anselmi</actor>
<actor>Abe Goldfarb</actor>
<actor>Erica Schroeder</actor>
<actor>H.D. Quinn</actor>
<writer>Andrew Burrell</writer>
<writer>Henry Gifford</writer>
</credits>
<date>2019</date>
<icon src="https://media.elcinema.com/uploads/_315x420_977b6508fe84af25d830c447fe44b33e16699f74eb7e48d90e54f01e75342f73.jpg" />
<rating system="EG">
<value>6.4</value>
</rating>
</programme>
<programme start="20210214180000 +0100" stop="20210214183000 +0100" channel="MBC 3">
<title lang="en">MaXi</title>
<credits>
<director>André Kadi</director>
<actor>Nicolas Charbonneaux</actor>
<actor>Sarah-Jeanne Labrosse</actor>
<actor>Martin Watier</actor>
<actor>Nini Marcelle</actor>
<writer>Eric Asselin</writer>
</credits>
<date>2017</date>
<category lang="en">Genre</category>
<category lang="en">Animation</category>
<icon src="https://media.elcinema.com/uploads/_315x420_8b8f1a66048a2fa9a1c3e4896e6e7f93e2524fc2a2b4ae2ebdde5a43b6523ba7.jpg" />
</programme>
<programme start="20210214183000 +0100" stop="20210214190000 +0100" channel="MBC 3">
<title lang="en">Lost in Oz</title>
<date>2015</date>
<icon src="https://media.elcinema.com/blank_photos/315x420.jpg" />
</programme>
<programme start="20210214190000 +0100" stop="20210214193000 +0100" channel="MBC 3">
<title lang="en">Kikoumba</title>
<credits>
<director>Rémi Verrière</director>
<director>Nicolas Doray</director>
<writer>Virginie Boda</writer>
<writer>Nathalie Mars</writer>
</credits>
<date>2019</date>
<icon src="https://media.elcinema.com/uploads/_315x420_808fc519939d8dbae6e0651d218b791fd77227dec171ce339d52f38794f49c43.jpg" />
<rating system="EG">
<value>5.2</value>
</rating>
</programme>
<programme start="20210214193000 +0100" stop="20210214200000 +0100" channel="MBC 3">
<title lang="en">Coach Me If You Can</title>
<credits>
<director>Yoann Hervo</director>
<director>Olivier Pouchelon</director>
<actor>Sabrina Pitre</actor>
<actor>Andrew Francis</actor>
<actor>Mark Oliver</actor>
<actor>David Kaye</actor>
<actor>Caitlyn Bairstow</actor>
<actor>Maryke Hendrikse</actor>
<writer>Fabien Limousin</writer>
<writer>Cédric Stephan</writer>
</credits>
<date>2020</date>
<icon src="https://media.elcinema.com/uploads/_315x420_6e8e7331c9adee31c79f6decd250068de1fab7a6c028cc61fe0e0d6f96d4ca54.jpg" />
<rating system="EG">
<value>5.8</value>
</rating>
</programme>
<programme start="20210214200000 +0100" stop="20210214203000 +0100" channel="MBC 3">
<title lang="en">SpongeBob SquarePants S5</title>
<desc lang="en">SpongeBob returns for more underwater adventures, driven along by his curiosity and his attempt to discover everything new in his world.(n)</desc>
<credits>
<director>Vincent Waller</director>
<director>Paul Tibbitt</director>
<actor>Tom Kenny</actor>
<actor>Rodger Bumpass</actor>
<actor>Clancy Brown</actor>
<actor>Lori Alan</actor>
<actor>Dee Bradley Baker</actor>
<actor>Bill Fagerbakke</actor>
<writer>Stephen Hillenburg</writer>
<writer>Casey Alexander</writer>
</credits>
<date>2007</date>
<category lang="en">Genre</category>
<category lang="en">Comedy</category>
<category lang="en">Adventure</category>
<category lang="en">Animation</category>
<category lang="en">Fantasy</category>
<icon src="https://media.elcinema.com/uploads/_315x420_b68376719de8726c3621f6993aa5c7576d4fd891e839a12161bfbe518839b99a.jpg" />
<rating system="EG">
<value>8.5</value>
</rating>
</programme>
<programme start="20210214213000 +0100" stop="20210214220000 +0100" channel="MBC 3">
<title lang="en">moka's fabulous adventures</title>
<date>0</date>
<icon src="https://media.elcinema.com/blank_photos/315x420.jpg" />
</programme>
<programme start="20210214220000 +0100" stop="20210214223000 +0100" channel="MBC 3">
<title lang="en">Kikoumba</title>
<credits>
<director>Rémi Verrière</director>
<director>Nicolas Doray</director>
<writer>Virginie Boda</writer>
<writer>Nathalie Mars</writer>
</credits>
<date>2019</date>
<icon src="https://media.elcinema.com/uploads/_315x420_808fc519939d8dbae6e0651d218b791fd77227dec171ce339d52f38794f49c43.jpg" />
<rating system="EG">
<value>5.2</value>
</rating>
</programme>
<programme start="20210214233000 +0100" stop="20210215000000 +0100" channel="MBC 3">
<title lang="en">PAW Patrol</title>
<desc lang="en">The story of a boy and seven small dogs, trying to save people from the problems they create and save the city's inhabitants from dangers.(n)</desc>
<credits>
<director>Charles E. Bastien</director>
<director>Jamie Whitney</director>
<actor>Kallan Holley</actor>
<actor>Devan Cohen</actor>
<actor>Ron Pardo</actor>
<actor>Samuel Faraci</actor>
<actor>Alex Thorne</actor>
<actor>Caroline Johnson</actor>
<writer>Keith Chapman</writer>
<writer>Kim Duran</writer>
</credits>
<date>2013</date>
<category lang="en">Genre</category>
<category lang="en">Animation</category>
<category lang="en">Action</category>
<category lang="en">Adventure</category>
<category lang="en">Comedy</category>
<category lang="en">Family</category>
<category lang="en">Sport</category>
<icon src="https://media.elcinema.com/uploads/_315x420_8eb78ccfbf32e8979f7a75b5fe14feed1162bab52ab3bad0a7176a27c47a2bba.jpg" />
<rating system="EG">
<value>7.5</value>
</rating>
</programme>
<programme start="20210215000000 +0100" stop="20210215003000 +0100" channel="MBC 3">
<title lang="en">Paper Port</title>
<credits>
<director>Alvaro Ceppi</director>
<actor>Cristina Valenzuela</actor>
<actor>Fabián Hernández</actor>
<writer>Carlos Bleycher</writer>
</credits>
<date>2015</date>
<icon src="https://media.elcinema.com/uploads/_315x420_9a16d2400609cb1d04d6946aa92cd68e4fe0eeff6d7fde877f266882dd7a5c9f.jpg" />
<rating system="EG">
<value>4.3</value>
</rating>
</programme>
<programme start="20210215003000 +0100" stop="20210215010000 +0100" channel="MBC 3">
<title lang="en">CuBy Zoo</title>
<date>0</date>
<icon src="https://media.elcinema.com/uploads/_315x420_325635d487258f80e12b343fcd049c5c575c3b06afcfce2905bfc6dad8e316c4.jpg" />
</programme>
<programme start="20210215010000 +0100" stop="20210215013000 +0100" channel="MBC 3">
<title lang="en">Boj</title>
<credits>
<director>Claire Underwood</director>
<actor>Ziggy Badans</actor>
<actor>Josie Taylor</actor>
<actor>Dave Benson Phillips</actor>
<writer>Claire Underwood</writer>
</credits>
<date>2014</date>
<category lang="en">Genre</category>
<category lang="en">Animation</category>
<icon src="https://media.elcinema.com/uploads/_315x420_bad03e890ba0a7d42c2932f22b7a657468c48d0bcc5d04ce587ae976e36ae843.jpg" />
</programme>
<programme start="20210215013000 +0100" stop="20210215020000 +0100" channel="MBC 3">
<title lang="en">Little Furry</title>
<credits>
<director>Olivier Brugnoli</director>
<director>Pierre Bailly</director>
<actor>Marie Van R</actor>
<actor>Sebastian Hebrant</actor>
<actor>Maïa Baran</actor>
<writer>Céline Fraipont</writer>
</credits>
<date>2016</date>
<category lang="en">Genre</category>
<category lang="en">Animation</category>
<icon src="https://media.elcinema.com/uploads/_315x420_08083ce8b7bb4ee0eec0445149d46a6ad48408c80b76a36bca3d47bda815f86e.jpg" />
<rating system="EG">
<value>6.4</value>
</rating>
</programme>
<programme start="20210215020000 +0100" stop="20210215023000 +0100" channel="MBC 3">
<title lang="en">Trulli Tales</title>
<credits>
<director>Éric Gosselet</director>
<actor>Eleanor Noble</actor>
<actor>Holly Gauthier-Frankel</actor>
<actor>Sonja Ball</actor>
<actor>Richard Dumont</actor>
<writer>Maria Elena Congedo</writer>
<writer>Fiorella Congedo</writer>
</credits>
<date>2017</date>
<category lang="en">Genre</category>
<category lang="en">Animation</category>
<icon src="https://media.elcinema.com/uploads/_315x420_331169ee3240d825204bf39911bda481f907615626ffcb90c313cb4929c1f3b4.jpg" />
<rating system="EG">
<value>6.4</value>
</rating>
</programme>
<programme start="20210215023000 +0100" stop="20210215030000 +0100" channel="MBC 3">
<title lang="en">Nella the Princess Knight</title>
<desc lang="en">Nella is a brave princess who becomes a princess knight.(n)</desc>
<credits>
<director>Gili Dolev</director>
<director>William Gordon</director>
<actor>Akira Golz</actor>
<actor>Kobi Frumer</actor>
<actor>Matthew Gumley</actor>
<actor>Franciska Friede</actor>
<actor>Alyson Leigh Rosenfeld</actor>
<actor>Courtney Shaw</actor>
<writer>Robert Vargas</writer>
<writer>Christine Ricci</writer>
</credits>
<date>2017</date>
<category lang="en">Genre</category>
<category lang="en">Fantasy</category>
<category lang="en">Family</category>
<category lang="en">Adventure</category>
<category lang="en">Animation</category>
<icon src="https://media.elcinema.com/uploads/_315x420_848e4c7938952c05853f659e12b153f299d2e18ee0ab4696a0c062b5a566da13.jpg" />
<rating system="EG">
<value>4.3</value>
</rating>
</programme>
<programme start="20210215030000 +0100" stop="20210215033000 +0100" channel="MBC 3">
<title lang="en">CuBy Zoo</title>
<date>0</date>
<icon src="https://media.elcinema.com/uploads/_315x420_325635d487258f80e12b343fcd049c5c575c3b06afcfce2905bfc6dad8e316c4.jpg" />
</programme>
<programme start="20210215033000 +0100" stop="20210215040000 +0100" channel="MBC 3">
<title lang="en">Blaze and the Monster Machines</title>
<desc lang="en">The series is about the adventures and races of monster-truck (Blaze) with his friend (AJ), and its abilities to add pieces to itself to help him in the races.(n)</desc>
<credits>
<director>Miguel Martinez-Joffre</director>
<director>Blair Simmons</director>
<actor>Caleel Harris</actor>
<actor>Nat Faxon</actor>
<actor>Kevin Michael Richardson</actor>
<actor>Reed Shannon</actor>
<actor>Nolan North</actor>
<actor>Dee Bradley Baker</actor>
<writer>Jeff Borkin</writer>
<writer>Ellen Martin</writer>
</credits>
<date>2014</date>
<category lang="en">Genre</category>
<category lang="en">Animation</category>
<category lang="en">Action</category>
<category lang="en">Comedy</category>
<category lang="en">Family</category>
<icon src="https://media.elcinema.com/uploads/_315x420_319521954d5238fb84520bcdb50fcaae8439ae3039e6128bc49da398bdb0dc41.jpg" />
<rating system="EG">
<value>5.8</value>
</rating>
</programme>
<programme start="20210215040000 +0100" stop="20210215043000 +0100" channel="MBC 3">